Close menu
Explore Plans
Mobile menu Close menu
Coda

Create a row

This action will create a new row in a Coda table.

Developer info

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

Action fields

Doc table Nested dropdown list

Label
Which doc and table?
Helper text
Select the Coda doc and the table to add a row to.
Slug
doc_table
Required
true
Can have default value
false

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.createRow.setColumnData(string: column_data)