coda_update_row
Update specific column values in a Coda table row without altering other columns. Specify column names and values to modify a single row.
Instructions
Update a single row in a Coda table.
Updates specific column values for one row. Only the specified columns are changed — other columns are left unchanged. Use column names (not IDs). For bulk updates, use coda_insert_rows with key_columns (upsert) instead. Returns a requestId for async mutation tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cells | Yes | Column values to update. List of {column: name, value: val} objects. Example: [{'column': 'Status', 'value': 'Done'}] | |
| doc_id | Yes | The doc ID containing the table | |
| row_id_or_name | Yes | Row ID or name to update | |
| table_id_or_name | Yes | Table ID or name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |