Pricing Blog

Dynamic API body -> keys

  • building_stuff-1316427527501250580

    Janis

    6 months ago

    I have a page where users can update various values in the same supabase table (e.g. business_name, ftes, location, domain). These values are edited one by one, so when one value is edited, they should be patched.

    How can I make the keys dynamic so that i don't have to add multiple api calls?
    1316427527639666698-image.png
  • max.kayr-1316428053282553948

    Max

    6 months ago

    You can use the Set node for that 😊
    🙏1
  • building_stuff-1316515211770990632

    Janis

    6 months ago

    Ahh I should have read the description better 😄 got it to work, perfect. thank you! 🙂
    1316515211573985422-image.png