Appearance
Update rows
Use Update rows to change existing rows in a table from an API Endpoint workflow.
This is useful for endpoints like “update profile”, “mark order as shipped”, or “save settings”.
Add the action
- In
Data & API, open your API Endpoint workflow. - Click
+ Add an action. - Go to
Data→Tables. - Select
Update rows.
Configuration
Choose a table
Table: Select the table you want to update.
Choose how to find the rows to update
In Update mode, you can choose:
By ID: Update one row by its ID (or primary key)By Filters: Update all rows that match a set of filter rules
If you choose By ID, you’ll fill in ID.
If you choose By Filters, use Filter to choose which rows should be updated.
Choose what to update
In the Data section:
- Use
Columnsto choose which columns you want to set - Fill in the new values for those columns (you can bind values)
Options
Return Updated Data: When enabled, the action returns the updated rows in the result
Result
If Return Updated Data is enabled, you can use the updated rows from the action’s result in later steps (for example in a Send response).

