Airtable · Arazzo Workflow
Airtable Manage Comment Thread
Version 1.0.0
List a record's comments, edit one, then delete one.
View Spec
View on GitHub
ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
manage-comment-thread
List comments on a record, update one, then delete one.
Lists the comments on a record, patches the text of the first comment, and deletes the comment identified for removal.
1
listThread
listComments
List the comments on the record in reverse chronological order to locate the comment to edit.
2
editComment
updateComment
Update the text of the first comment in the thread. Only the author of the comment can update it.
3
removeComment
deleteComment
Delete the comment identified for removal from the thread. Only the author of the comment can delete it.