Update Coda Row
coda_update_rowUpdate specific cells in an existing Coda row by specifying document, table, and row IDs along with column-value pairs.
Instructions
Update specific cells in an existing row.
Args:
doc_id (string): The document ID
table_id (string): The table ID
row_id (string): The row ID
cells (array): Array of {column, value} pairs to update
Returns: Request ID confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cells | Yes | Cells to update | |
| doc_id | Yes | Coda document ID | |
| row_id | Yes | Row ID | |
| table_id | Yes | Table ID |