Record updated

Trigger workflows when records are updated in NocoDB.

Available on NocoDB Cloud (all plans) and licensed on-premise deployments.

Triggers a workflow when an existing record is modified. The updated record data is available in the workflow context for further processing. You can configure the trigger to respond only to specific field changes.

Configuration

  • Table: Select target table
  • Fields to monitor: Optional; trigger only when specific fields change. When omitted, any field update will trigger the workflow.

Record Updated Trigger Configuration

Additional options

How it works

  • Trigger fires after record update
  • Field filters limit execution to relevant changes

If Fields to monitor are specified, workflow executions are counted for billing purposes only when changes occur in those fields.

Use cases

  • React to status changes
  • Sync updates across tables
  • Notify stakeholders on critical field changes