This action will add a comment (discussion) to a specific row in a Smartsheet sheet.
- 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
- Label
- Sheet
- Helper text
- Choose the sheet containing the row.
- Slug
- sheet
- Required
- true
- Can have default value
- false
- 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)
- 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)