Hi Experts,
I am looking to create an action when my API GETs data from my supabase table and inserts the JSON object in a column in glide like below, however i need a way get all the objects in individual rows in my glide table. any suggestions ?
Hi Experts,
I am looking to create an action when my API GETs data from my supabase table and inserts the JSON object in a column in glide like below, however i need a way get all the objects in individual rows in my glide table. any suggestions ?
Managed to solve this by using
Glide API to POST to Zapier Webhook > Loop by zapier > Glide add rows
This lets me parse multiple data into multiple glide row at once.
I think you can do the same thing in Glide workflows, you don’t need to use Zapier to loop through JSON you got from an API call, if I understand you correctly.
However, it’s not guaranteed the Glide solution would be cheaper, since you have to parse out fields using JSON query in the add call. Depends on the volume you have, it might take a lot of updates.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.