# Glide GET method with SupaBase

**URL:** https://community.glideapps.com/t/glide-get-method-with-supabase/82942
**Category:** Ask for Help
**Created:** [July 4, 2025, 1:57pm UTC](https://community.glideapps.com/t/glide-get-method-with-supabase/82942 "2025-07-04T13:57:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Chrvs97](https://avatars.discourse-cdn.com/v4/letter/c/45deac/32.png) [@Chrvs97](https://community.glideapps.com/u/Chrvs97)
#### Post date: [July 4, 2025, 1:57pm UTC](https://community.glideapps.com/t/glide-get-method-with-supabase/82942/1 "2025-07-04T13:57:01Z")

</div>

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 ?

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/c/dc50ecd0ed166c9f31540b10ef3115eb24e5ba45.png)

---

<div class="post-metadata">

### Author: ![Chrvs97](https://avatars.discourse-cdn.com/v4/letter/c/45deac/32.png) [@Chrvs97](https://community.glideapps.com/u/Chrvs97)
#### Post date: [July 4, 2025, 3:45pm UTC](https://community.glideapps.com/t/glide-get-method-with-supabase/82942/2 "2025-07-04T15:45:08Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 5, 2025, 12:38am UTC](https://community.glideapps.com/t/glide-get-method-with-supabase/82942/3 "2025-07-05T00:38:58Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [July 12, 2025, 12:39am UTC](https://community.glideapps.com/t/glide-get-method-with-supabase/82942/4 "2025-07-12T00:39:13Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
