Appearance
Update ​
Use this action to update one or more rows in a Supabase table.
Add the action ​
- Create (or open) a workflow.
- Click
+ Add action. - Select
Supabase→Update. - Select the Supabase
Connectionyou want to use.
Configure the action ​
- Table — The table you want to update.
- Data — An object with the columns you want to update and their new values.
Filters ​
- Filters (required) — Add at least one filter to define which rows should be updated. This is a safety measure to avoid updating everything by mistake.
Advanced ​
- Return columns (optional) — Choose which columns you want back from the updated rows.
- Leave it empty to return all columns.
Common pitfalls ​
The action is marked as invalid ​
This usually means you didn’t add any filters. Add at least one filter to continue.
Update fails (Row Level Security) ​
If your Supabase table uses Row Level Security (RLS), make sure the current user has an UPDATE policy for that table.
CONTINUE LEARNING
If you need reusable filters + sorting + access rules for reading data, use a Table View.

