PricingBlog

Help forum

  • larshaehre-1266134593485017273

    Lars Hæhre

    7

    1 year ago

    Are there any way of setting API return data, without running the API in the editor?
    I am running an API call to Supabase that returns information.

    But I don't think I will be able to run it in the editor.

    I do know what the API will return, but for me it seems like I do have to run the API in the editor, in order to be able to select which data I for example want to store in a variable?

    Are there anyway to tell Toddle: Select the data return from API -> Data -> Name (without actually running the API?)
  • roccons-1266105572126888046

    roccons

    14

    1 year ago

    Not being able to use Bearer access_token after login with Supabase
    I already have a succesuful login and I'm getting my Bearer access_token within the response data, but I'm not being suceessful at saving it as a Session cookie so when I try to use it in another API request using Bearer access_token for Authentication I get a 401 error with the message "This endpoint requires a Bearer token". What I am missing?
    I attach some images of the configuration of my two API requests.
  • benajaephrath-1265924850963447831

    BenajaEphrath

    24

    1 year ago

    Delete rows in supabase
    I have followed a similar post but unfortunately I can't get any further. https://discord.com/channels/972416966683926538/1265353107752222720/1265353107752222720

    I have the following goal: From the tutorial https://youtu.be/SHJ3EadcrgY?si=o1xRI347kmt9VuE0 the possibility to delete individual Task-entries via a button.

    So this is what i have:
  • uunicode-1265725011210014741

    unicodes

    9

    1 year ago

    Add to supabase error
    "new row violates row-level security policy for table "organizations"

    I need you help, this issue is too strange, I can not undestand it.
  • 0xwb-1265718649646223390

    willem

    9

    1 year ago

    How do I integrate this library?
    I want to import and use this node editor library in my Toddle app. How do I do this?

    https://reactflow.dev/
  • lucifer811-1265710257099898881

    Lucifer

    10

    1 year ago

    Turning Ordered List into a Grid - modifying the iTunes search tool from Day 2 tutorial
    I just finished going through the Day 2 tutorial on making an iTunes search tool, and I really want to make the list into a responsive grid style (i.e. change the number of rows & columns based on screen size). Is there any way to do this with the ol element or do I need to recreate it using a table element?
  • aburio-1265681200865873970

    Aburio

    42

    1 year ago

    Supabase auth strategy
    I checked both these videos about Supabase (https://youtu.be/SHJ3EadcrgY?si=5p_5s9TPCUliOyy0 and https://youtu.be/Ol-rANqDclI?si=tfzy2mUyrbjf1x1U) but I didn't find how I can protect pages from unauthenticated users and how I can automatically redirect already authenticated users to the right page if they try to access the login page.

    For the restricted access pages, should I make a Supabase call "on load" and, in case of a "token error," redirect them to the login page?
    For the already authenticated users who land on the login page, should I make the login API call on load and redirect them on success?
  • benajaephrath-1265661474727006330

    BenajaEphrath

    2

    1 year ago

    Change SVG Icons - the easy way?
    Is there a way to replace the SVG icons quickly and easily without having to reset all the options? So let's say I really just want to change the icon without changing show/hide or styling....

    I've already asked the AI, but haven't found a useful answer.
  • patrickmast-1265530363653132299

    Patrick Mast

    6

    1 year ago

    How to delete
    I was exploring the "Page settings" and clicked on the "Add meta" button. Now I get a warning Page "Test" does not have required meta data "title". You can add the tag on the page's settings." How can I delete the meta data?
  • stockton_f-1265439882705109108

    Stockton

    12

    1 year ago

    Handle Object Append On Streaming Response
    I have a variable that is holding all the messages for my chat bot interaction.

    The variable is an array of objects.

    Each object represents a message.

    The object keys are role and content

    role can be either bot ,user, or system.

    When the chunks of responses are received I want to update the last (most recent) bot object only...

    The current formula appends each chunk as a separate object instead of updating the last on.

    Puzzling my brain on this one 🧠
  • uunicode-1265361663427739749

    unicodes

    3

    1 year ago

    width 100% issue
    Parent div has with 100%.
    Child elements: image and a div.
    image with 200px div 100%.

    How to make the child > div resize based on the remaining space?
  • petershaw99-1265353107752222720

    PeterShaw

    12

    1 year ago

    delete row in supabase
    I want to set up an api to delete a row in supabase. Through Andreas to do list video I learned how to set up a read and insert api and I just "copied" the insert api but set it from Insert to Delete.

    supabase documentation says something about "some_column=eq.someValue' ". Can you help me to understand where to put this in the api connector?

    Thank you
  • viseriesdba-1265292303220740137

    viseriesdba

    50

    1 year ago

    Add scripts to body?
    So i am trying to use the "script" element in Toddle, but when i inspect the page the script that I've added is greyed out. What could be the reason?
  • thegauntlet8027-1265244295288590376

    Hayden S

    9

    1 year ago

    How to filter possible select options from a list of options
    I'm trying to set the select dropdown options based on a field called 'set' in the array. If the value of 'set' is ICE, ICE 2, or PIE then I want the dropdown to show High, Medium, or Low. But if the value of 'set' is Hotwire I want it to show Yes or No for the 'variable'. This is what I've got so far - The presentation is ugly on purpose because I'm trying to identify where it's going wrong and I'm just trying to get it to technically work before I move to putting the style on it.

    Two screenshots:
    - My current page layout
    - The formula I have to try and show only the correct values of High, Medium etc
  • benajaephrath-1265237604618731570

    BenajaEphrath

    5

    1 year ago

    I can't find a repeat item in the click event
    I follow this steps: https://youtu.be/NItmmOhjXbA?si=3XU0llwbUYgBKuvd&t=4118

    I set my list to repeat, but there is no repeat item in the event. What did i miss? 😒