Post new Google Sheets row as Figma comment
Post a comment on a Figma file.
Developer info
- API endpoint slug
- figma.add_comment_to_file
- Filter code method
- Figma.addCommentToFile.skip(string?: reason)
- Runtime method
- runAction("figma.add_comment_to_file", {})
Action fields
File url Text input > Other
- Label
- Figma file URL
- Helper text
- Paste the URL from your file's address bar (figma.com/file/… or figma.com/design/…).
- Slug
- file_url
- Required
- true
- Can have default value
- true
Comment text Text input > Long text
- Label
- Comment
- Helper text
- The message to post as a comment on the file.
- Slug
- comment_text
- Required
- true
- Can have default value
- true
- Filter code method
- Figma.addCommentToFile.setCommentText(string: comment_text)
