update_row
Modify cell values in a specific row of a Coda table using row ID or name. Accepts an array of column-value pairs to update the row's cells.
Instructions
Update cell values in a specific row by its ID or name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| table_id_or_name | Yes | ||
| row_id_or_name | Yes | ||
| row | Yes | ||
| disable_parsing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | An arbitrary unique identifier for this request. | |
| id | Yes | ID of the updated row. |