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
With our plugin you can do this actions (Upsert is included)
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
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 . 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?
For now I think you can do it thanks to REST API plugin
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: