Update data table rows
n8n_update_datatable_rowsUpdate rows in a data table that match specified filter conditions (eq, neq, like, ilike, gt, gte, lt, lte) by setting new column values.
Instructions
Update rows matching a filter. Conditions: eq, neq, like, ilike, gt, gte, lt, lte.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataTableId | Yes | Data table ID | |
| filter | Yes | ||
| data | Yes | Columns and values to set | |
| returnData | No | Return updated rows | |
| dryRun | No | Simulate only |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||