BuildShip Logo
BuildShip.Tools
Add/Update Rows In Supabase

Add/Update Rows In Supabase

Adds or updates multiple rows in a specified Supabase table. Accepts a table name and an array of record objects (with or without primary keys) as input, performs upsert operations using Supabase, and returns the operation status and the resulting data. The process uses Supabase’s upsert API to handle both insertions and updates in one step.

3

Report this tool

Select the reason for reporting

Describe the issue in detail

Share tool

Link to tool

https://buildship.tools/tool/RupQ0docO8VD

Inputs

table

records

Editor
This is a static example using sample inputs. Remix the tool to run it with your own values.

Output