Close menu
Explore Plans
Mobile menu Close menu
Smartsheet

Create a row

This action will create a new row in a Smartsheet sheet with the column values you specify.

Developer info

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

Action fields

Sheet Dropdown list

Label
Sheet
Helper text
Choose the sheet to add the row to.
Slug
sheet
Required
true
Can have default value
false

Column values Text input

Label
Column values (JSON)
Helper text
JSON object mapping column names to values. Example: {"Task": "Buy milk", "Status": "Not started"}
Slug
column_values
Required
true
Can have default value
true
Filter code method
Smartsheet.createRow.setColumnValues(string: column_values)