Close menu
Explore Plans
Mobile menu Close menu
Smartsheet

Add comment to row

This action will add a comment (discussion) to a specific row in a Smartsheet sheet.

Developer info

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

Action fields

Sheet Dropdown list

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

Row Text input > Other

Label
Row ID
Helper text
The numeric ID of the row to comment on.
Slug
row_id
Required
true
Can have default value
true
Filter code method
Smartsheet.addCommentToRow.setRowId(string: row_id)

Comment text Text input

Label
Comment
Helper text
The comment text to add.
Slug
comment_text
Required
true
Can have default value
true
Filter code method
Smartsheet.addCommentToRow.setCommentText(string: comment_text)