Bulk create/insert in Supabase

Hi is it possible to bulk create/insert/upssert in supabase with the integration? I don’t see that option. From the supabase docs it says you can do that

1 Like

With our plugin you can do this actions (Upsert is included)
Screenshot 2022-08-26 at 11.04.53

1 Like

I mean bulk, with that option I can only do it singularly

At the moment it’s not possible, you need to create a loop

Could you share your use case with me? It will help the tech team to see if it’s possible or not to add this feature

1 Like

I need my users to be able to delete multiple rows, update and create multiple rows of their data. I think it isn’t efficient if I have to loop through so many times compared to bulk update with just single call. This is a critical feature :pray: . Supabase has this feature already, while you guys set it up in no-code, can you tell me how I may do it in weweb for now?

1 Like

For now I think you can do it thanks to REST API plugin

1 Like

Can you guys provide some info for that? batch delete/update/insert via rest api? because i’m not familiar with api calls that much

You can look our documentation about Rest API: 🍕 GET Data from a REST API

And on supabase there is on page for API on your account:

2 Likes