Pricing Blog

API Path with Formulas

  • benajaephrath-1271352277096992859

    BenajaEphrath

    1 year ago

    Hi there,

    I am following Day 4 of the Black Jack API tutorial. When I set up my API as a formula, it doesn't automatically set all the API paths as shown in the tutorial. I have to set them manually. Why?
    1271352277449441301-image.png
    1271352277902561342-image.png
  • Tod-1271352280360419341

    Tod

    1 year ago

    Great energy @BenajaEphrath! Your continuous contribution to the toddle Community just made you advance to Community Level 4!
  • chrislaupama-1271353155933704285

    Chris Laupama

    1 year ago

    If you set the endpoint URL via a stored value it won't add the paht/queries seperately.

    The key here is to save the base URL as the stored value.

    Here's what I do:

    First take the full URL and paste it into the endpoint input and press enter, this will thens split the URL up.

    Then take the base URL that is in the input section and save that in the formula.
    👌1
  • chrislaupama-1271357119198662770

    Chris Laupama

    1 year ago

    Let us know if you get stuck or want an example and I can make a video