Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Update ​

Use this action to update one or more rows in a Supabase table.

Add the action ​

  1. Create (or open) a workflow.
  2. Click + Add action.
  3. Select Supabase → Update.
  4. Select the Supabase Connection you 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.

Views →