update_data_table_row
Update a specific record in a Workato Data Table using its record ID, modifying only the fields provided. Ideal for changing existing row data without full replacement.
Instructions
Update a Data Table record by record_id (record API). Include only the fields to change in document_json ({field_name: value}). Get record_id from query_data_table ($record_id). MUTATES data — confirm first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | ||
| record_id | Yes | ||
| document_json | Yes |