Close menu
Explore Plans
Mobile menu Close menu
Coda

Update a row

This action will update column values on an existing row in a Coda table.

Developer info

API endpoint slug
coda.update_row
Filter code method
Coda.updateRow.skip(string?: reason)
Runtime method
runAction("coda.update_row", {})

Action fields

Doc table Nested dropdown list

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

Row Text input > Other

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)

Column data Text input > Other

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)