Help forum

  • banks7191-1364147386183716965

    Bankydoo

    4

    9 hours ago

    Supabase
    Anyone recently set up custom endpoints in supabase and got it working?
    Followed an old video testing out a component and got stuck connecting supabase with toddle.
    something to do with the swagger documentation which was showing a lot of things i dont understand.
    I still dont understand a lot of things but pretty good at following and getting it as i go. so if theres any recent custom set up i can follow - please hit me
  • andyputilin-1364032330708287629

    Andy Putilin

    7

    17 hours ago

    Logic for Finding and Retrieving Associated Records Between Two Data Sources
    Hello, need a little help with what I believe is toddle logic.

    I’m building a CRM page and pulling in data from two APIs — one for deals and one for vehicles (stored in Xano). Each deal can be linked to a vehicle using an ID field.

    What I’m trying to do is this:

    When someone’s viewing a vehicle card in the CRM, I want to automatically check if that vehicle appears in any of the deals. If it does, I want to pull in the info from the matching deal and display it alongside the vehicle. Kind of like showing deal context directly within the vehicle profile.

    Right now in Toddle, I’m looping through the deals and comparing the vehicle ID to the current vehicle being viewed. I’ve been trying to make this work with a formula, but it’s not returning anything. Clearly I’m missing something 😅

    Dropped a screenshot of what I’ve got so far. Just wondering what the best way is to structure this logic. Should I be filtering differently, or is there a better way to query it from Xano?
  • liltisa8661-1364020911023329291

    Hausia

    1

    18 hours ago

    Domain SSL
    Hi everyone, just linked my domain & seitting on pending. Wondering if there's anything I need to do from here? Only been a few hours.
  • madeintoddle_38183-1363891996602929193

    Dan

    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    3

    1 day ago

    Cant find style below ...px
    How can I set a style that targets everything below a certain width? I can set above, but just dont understand how to get the below styles set without changing the default and setting only above styles.
  • ankita_95-1363749067494002729

    A S

    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    14

    1 day ago

    Navigation issue
    I'm working on implementing authentication on the dashboard page following the tutorial. The login itself works, but after logging in, it's unable to fetch the user data properly. The auth me API isn't able to autofetch.

    The bigger issue I'm facing is with the navigation menu highlighting. I'm trying to highlight the active nav item based on the current page using attributes and class bindings. However, as you can see in the screenshot, either all the menu items are highlighted or only the default page gets highlighted, regardless of which page is actually active.

    Could someone help me troubleshoot this?
  • leo_o_o-1363555106246623302

    Leo

    1
    4

    2 days ago

    Add a list to of obejects to an array
    hey guys this is a simple issue but it is giving me a hard time how can i add the each oject to the array? I tried using "first" but it only take the first items the left the rest.

    I would appreicate any help thank you
  • paspom-1363402719737679882

    Pascal

    4

    2 days ago

    Best Practices Questions
    I'm building a quite flexible and enjoyable-to-build Layout system.
    The problem: It uses a multitude of small JS helper formulas/actions. They are not extensive fix-it-alls – and I only try to use them if I really need to.
    Custom breakpoint detection, small grid auto flex-grow-shrink based on overflow conflicts etc – they are either crucial core utilities or small convenience snippets
    But they are Script powered, and having "disable javascript" enabled in the browser really blew my entire concept.

    I'd love to hear some thoughts from you!
  • trojank19-1363398487764631742

    Trojan

    13

    2 days ago

    Dashboard & Navigation
    Hi Team, Can you tell me I am using Spark Core to build a dashboard view I pretty much understood the working of it as well? Just wanted to confirm one thing since I come from weweb where I have used Multi-Page sections by which Sidebar becomes common for the pages so what will be the best practice to achieve the same thing in toddle?
  • airmax0640-1363265849779163256

    Airmax

    6

    2 days ago

    Contentful "Date"
    I'd like to include the date into a blog post, but it isn showing in the option.
    API response is fine.
  • jerome_13677-1362866344487424311

    Jerome

    5

    3 days ago

    Sign up form error (XANO)
    I have created a sign up form following the to do app tutorial and after following the steps I get this error.

    Can anyone advise? sorry if this is obvious
  • nathandh.-1362792440427450508

    nathandh

    6

    4 days ago

    Formula help
    OK here's the deal:

    I've got a simple filter component acting on a returned API set. Each returned item has an array of properties, and I want the formula to filter by checking to see if any of the properties in the array match the currently selected variable.

    Thinking this should be a find action, returning true if any of the items in the array are a match, which then filters the set? I thought this would be easy but I can't figure it out 😄
  • iampointi-1362758517806596226

    Stefan

    8

    4 days ago

    Server Side HTML Rendering
    I have searched the discord & google, and it seems there is currently no way to just render HTML on the server in toddle?
    I have seen the packages but they all are rendering the content via JS.

    Has anyone done that, I think it is crucial for good SEO scores to have the content delivered by the server.

    My content is not coming from Contentful so I can not just simply loop through elements and render native elements 😦
  • airmax0640-1362464726449393814

    Airmax

    1

    5 days ago

    Contentful "blog author"
    How do I include it in my blogpost in toddle? Set it up in contentful already. API is working and receiving author name.
  • airmax0640-1362387490845229156

    Airmax

    10

    5 days ago

    Contentful blog problem
    Hi. I got a problem with the contentful blog.

    - cloned the toddle blog
    - blog site is working
    - blogpost is showing inside toddle editor but not on url/blog:slug... itÄs just black and shows the (but the site seems to exist, no 404)
    - post IS published on contentful
  • nix.nz-1362197381025894461

    Marko

    3

    5 days ago

    CSV import tool
    Hiya!

    I’m adding a certificate generation module to my member management app and am wanting to add the ability for users to upload a CSV as the data source.

    Are there any tools you would recommend for matching the columns up to the correct fields? Something like Flatfile.com. I’m using Supabase as the backend.

    I’ve seen a few tools out there but wanted to hear from the community what they recommend.

    Cheers!