Pricing Blog

Help forum

  • dr.muffinman-1306832323173416980

    Muffin

    2

    8 months ago

    styling spark DND items
    I'm trying to style the spark DND item but when i try to vhange the wedth or height attributes, nothing happens. I've tried variations of 50% 50px, etc but the items continue to fill the container

    @Max
  • dr.muffinman-1306831099468578897

    Muffin

    0

    8 months ago

    change the width of spark DnD item
    I'm working with spark DnD but whenever I change the width attribute of the list item, it doesn't change.

    @Max
  • zefunha-1306739923910660206

    zefunha

    6

    8 months ago

    Search show
    Hi guys

    I have a search bar and I want to show the result divs only after I hit search.
  • elli4931-1306723288352952391

    Vizualinx

    4

    8 months ago

    Supabase image upload
  • lordalmighty_-1306671869885157397

    Lord Almighty

    5

    8 months ago

    API Issue
  • saillmone-1306637340822995008

    saillmone

    4

    8 months ago

    FIND formula - wrong data
    Hi everyone, I have a problem with the Find formula.
    I feel like my Item.id is never browsed.

    the selectedOption variable is OK, it varies depending on the choice of the select.

    It's just that find always returns me id 11 (index 0).

    How can I do ?

    Thank you for your help and long live Toddle ❤️ ❤️ ❤️
  • benjabievres-1306523344690085939

    benjabievres

    4

    8 months ago

    Building a confirmation dialog box
  • leo_o_o-1306450865091121233

    Leo

    2

    8 months ago

    Bind attribute to "select"
  • benjabievres-1306276687297773648

    benjabievres

    3

    8 months ago

    Knowing a session expired
  • jeroen4264-1306216106754707526

    Jerry

    0

    8 months ago

    quick question; how to fix this post generation issue?
    Heyo! Before I used 'on success' to prepend the generatedPosts variable, but now with streaming it will create a seperate post in the array for a single 'on message' event. How can I still append complete posts but avoid the current sitatuon with streaming? thanks 😄
  • poulpybifle-1306211956125859871

    Sacharbonne 🤙🦥

    5

    8 months ago

    Help creating an API request through OPENAI or other LLM
    Hello, i'm starting building with Toddle, and to present a case, i'm building quick App to get CatFacts API + CatImagesApi. But all the facts are in english and i want to make an OpenAi call to translate the fact in French.

    But i struggle to construct the formula to handle the JSON body sending like in the screen.

    I only need chat completion for the moment : https://platform.openai.com/docs/api-reference/chat/create

    When i will understand how to build the API it will be fine for other endpoints.

    If anyone can help me ?
  • plusmin-1306211014806736916

    Armand

    12

    8 months ago

    Passing page path parameters to a page: page loads twice/thrice
    My setup:
    I have several menu buttons that are used for navigation to other pages. For two of these buttons I want to pass not just the (static) page name, but also one or more dynamic values for the page path parameters. I use a formula for that.
    Furthermore, once the target-page is loaded, these page path parameters are used in a GET API call (as parameters) to determine what to get from my table in the database.

    My issue:
    This works in the sense that I end up on the correct page and the correct data gets loaded from the API and rendered on the page. However, for some reason, on the target-pages where I send the extra page path parameters, the page loads two or three times. In terms of performance it is not really an issue, but it is weird user experience if I just come arrive on page B from page A and when I click the previous page button I stay on page A, because I'd have to click it two (or three) times.

    I know that when page path parameters change this always counts as a page visit in the browser history. But that's the thing, the value of the whole url doesn't change (except for a query, but that doesn't shouldn't make a difference).

    I have played around with turning off the auto-fetch on the API that uses the page path parameters for its GET call, but it doesn't seem to make a difference.

    So what am I missing here or is there something that I'm just doing plain wrong?

    Thanks in advance 🙏
  • benjabievres-1306184041447424020

    benjabievres

    5

    8 months ago

    Simplifying Formulas
    Hello, I want to do a Formula that checks the value of a variable and returns true or false, for an Array Filter.

    Users have a select box where they can select: on, off, all

    - when it's 'all" => always "true"
    - when it's 'on' => item.active=true => "true", item.active=false => "false"
    - when it's 'off' => item.active=false => "true", item.active=true => "false"

    I built the formula you can see on the screenshot, but I wanted to know if I could have done simpler.

    Can you please help me?

    Thanks

    Benjamin
  • max.kayr-1306177025010307143

    Max

    2

    8 months ago

    DNS CNAME Problem
  • mdxwired-1305925241289314317

    mdxwired

    55

    8 months ago

    Switch to new API UI breaks my Supabase calls