coda_update_row
Update a single row in a Coda table by specifying the document, table, row, and a JSON array of cell values.
Instructions
Update a single row in a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | The ID of the document | |
| tableIdOrName | Yes | The ID or name of the table | |
| rowIdOrName | Yes | The ID or name of the row to update | |
| cells | Yes | JSON string of cells to update, e.g. [{"column": "Name", "value": "Bob"}, {"column": "Age", "value": 25}] |