This action will update column values on an existing row in a Coda table.
- API endpoint slug
- coda.update_row
- Filter code method
- Coda.updateRow.skip(string?: reason)
- Runtime method
- runAction("coda.update_row", {})
Action fields
- Label
- Which doc and table?
- Helper text
- Select the Coda doc and the table containing the row to update.
- Slug
- doc_table
- Required
- true
- Can have default value
- false
- Label
- Row ID
- Helper text
- The ID of the row to update (e.g. i-1234abcd56). You can get this from a Row created or Row updated trigger.
- Slug
- row_id
- Required
- true
- Can have default value
- true
- Filter code method
- Coda.updateRow.setRowId(string: row_id)
- Label
- Column data
- Helper text
- Enter ColumnName=Value pairs, one per line (e.g. Status=Active). Column names are matched case-insensitively.
- Slug
- column_data
- Required
- true
- Can have default value
- true
- Filter code method
- Coda.updateRow.setColumnData(string: column_data)