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 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

  1. In Data & API, open your API Endpoint workflow.
  2. Click + Add an action.
  3. Go to DataTables.
  4. 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 Columns to 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).

CONTINUE LEARNING

Learn how to protect your API Endpoints.

Securing API Endpoints →