Pricing Blog

Help forum

  • andyputilin-1347409245091401748

    Andy Putilin

    3

    4 months ago

    Displaying Xano Database references not as ID's
    Hello!

    I am working on a project that involves displaying vehicle information from a Xano database. The vehicle database contains a driver ID, but I want to show the driver's name instead. I have both the vehicle database and a separate drivers API connected in Toddle.

    My question is how to display the driver's name instead of just the ID when showing vehicle information.

    I was considering two approaches:
    1. Modifying the API query to join the vehicle and driver data.
    2. Using a Toddle formula on the next itself to reference both the vehicle database and the drivers API to match the driver ID with the corresponding name.

    I was not able to figure out how to do either of these.

    Some help or a nudge to the right resource would be awsome! I'm new to this so not sure how to even word this when looking for a solution.

    Thank you!
  • pandabearme-1347307864284332073

    PandaBearMe

    51

    4 months ago

    How do you make a button change the screen? (not going to an external url)
    I'm curious how I can use buttons to change the div it's showing in my application, but I only see tutorials for how to make buttons go to a link.
  • uunicode-1347303903405936660

    unicodes

    3

    4 months ago

    How to update page and param in the same time?
    I have a page and a parameter that I want to update at the same time. Otherwise, when pressing 'Go Back' to browse, it doesn’t return to the last page but instead keeps the order of setting up the page and parameter. I don’t want to use 'goTo' because it reloads the entire website, which isn’t a viable solution for me as it reloads all the APIs.
  • fe_rojas-1347212849868443752

    FeRojas

    0

    4 months ago

    Help with dynamic routing
    Im building a page with dynamic routing that use two path parameters but Im having problem with the fetching of the data for render the page. Sometimes work... sometimes not. Anyone have any advise for dynamic routing best practices?
  • iampointi-1347187029800255509

    Stefan

    3

    4 months ago

    Best way to make a permanent redirect
    I want to redirect from an "old" url where I want to change the url structure to a new one.
    Currently I made a "redirect page" to catch this urls and then use a go to action on load event to redirect to the new url(s).

    But in this case those requests are all client side and use 200 status code. Is there a way to make 301 redirects?

    This is what I want to solve:
    All incoming requests to /blogpost/{slug}
    should go to /blog/{slug}
  • codenitrr-1347167940377837619

    codenitrr

    2

    4 months ago

    Parantheses
    Can anyone help me on my way with slightly more difficult mathematical formulas? Now I use custom javascript actions for that, but I think this is not always necessary. I'm talking about situations where I need to use parentheses.

    For example:
    (3 + 2) × 4 = 20
    3 + 2 × 4 = 11

    Can't really find anything about it in the documentation
  • alexsiale_17363-1347159448040509490

    Alex

    16

    4 months ago

    Item Data Not Showing? (BUG?)
    Hey , I'm struggling to figure out why my Item Data in the Formula Editor just isn't showing anymore, I've recorded a quick video to showcase. It used to work like yesterday and now I can't get it to show up... It's an issue I'm seeing in multiple parts of my app with the Item data not loading. I found if I copy and paste the Item Node from another formula where it is still working, then it works, but the moment I edit it... vanishes.

    Is this common? Really need a fix asap.

    https://www.tella.tv/video/item-data-not-showing-cvus
  • fe_rojas-1346933074977619979

    FeRojas

    2

    4 months ago

    Publish/block page dinamically
    Hi! Im using supabase for data source for a dynamic page. How can I make some items "publish" and some item blocked using a boolean field of the item?

    I already make it redirect with a workflow on load, but I was wondering if there is a configuration to not even allow the loading of the page.
  • uunicode-1346863582754766948

    unicodes

    41

    4 months ago

    Quill Editor ignore bullet points.
    I'm using quill editor and is very nice, but it ignore bullet points on loading data from database. I tried to add data in "Content" attribute and it continue to ignore bullet points. Is there someone that can help me figure out why is not considering bullet points?

    I'm talking about the Quill Package.

    Thank you!
  • uunicode-1346790666734276668

    unicodes

    0

    4 months ago

    How do you test things in supabase without branching?
    Supabase Branching requires a premium account, which I will add as soon as it makes sense to buy one. However, at this stage, I would like to have something similar to branching or a way to test things without messing up the data and functions that should always be available to users. What do you use?
  • building_stuff-1346787729496608799

    Janis

    50

    4 months ago

    Apex domain and www redirect
    I successfully setup my domain and it is available at like https://myapp.com. However, www.myapp.com doesn't work and i get a misdirected request error. I am using IONOS as my domain registrar but I'm not sure how to do the forwarding from www. to the apex domain. I used an A record for the apex entry.
  • jonathanfors-1346469871453474896

    Jonathan Fors

    5

    4 months ago

    Cookie extention not really working.
    I am working with authentication for my application and as I understand it I'm supposed to use the toddle browser extention. I've got this installed and it used to (sometimes) work but now it is just completely broken.

    Basically I'm unable to test api requests or any logic directly in toddle if it uses a cookie, which is pretty annoying. I'm making progress by testing with the branch staging link and adjusting in toddle, but it's not ideal of course.

    What can I do to get the extention working again? I've tried reinstalling it, logging in/out of toddle, clear cache, clear cookies.
  • nicoallgood_54137-1346440710802378865

    NicoAllgood

    11

    4 months ago

    Updating text with variables
    Can I update text on page using the first_name variable which has been set from data pulled from an API call?

    I think I read that this is how it works, but it doesn't seem to work for me... any ideas?
  • nocodeprocode-1346277924025667654

    NoCode ProCode

    7

    4 months ago

    Toddle is broken! I can't delete events.
  • uunicode-1346165213879074826

    unicodes

    9

    4 months ago

    What do you use for adding google tag in your project?
    I'm looking to add google tag for analytics or other services like facebook pixels.
    Read here that there is Pixel and someone tried to add the script in the assets but doesn't work.

    What do you use?