Figma · Arazzo Workflow
Figma React to Latest Comment
Version 1.0.0
Find the most recent comment on a file, add an emoji reaction, and list reactions.
View Spec
View on GitHub
CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UXArazzoWorkflows
Provider
Workflows
react-to-latest-comment
React to the most recent comment on a file and confirm the reaction.
Lists comments, branches on whether any exist, reacts to the latest one with an emoji, and reads the reactions back.
1
listComments
getComments
Read the comment thread for the file, most recent comment first, so the latest comment can be selected.
2
reactToComment
postCommentReaction
Post an emoji reaction to the most recent comment on the file.
3
listReactions
getCommentReactions
List the reactions on the comment to confirm the new reaction is present.