coda_update_row
Modify data in a Coda table by updating specific cells in an existing row, enabling real-time data management and corrections.
Instructions
Update an existing row in a table
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document | |
| tableId | Yes | The ID or name of the table | |
| rowId | Yes | The ID of the row to update | |
| cells | Yes | Array of cell objects to update |