Wufoo · Arazzo Workflow
Wufoo Moderate Form Comments
Version 1.0.0
Resolve a form, count its comments, then list them when any exist.
View Spec
View on GitHub
FormsForm BuilderSurveysData CollectionWebhooksPaymentsSurveyMonkeyArazzoWorkflows
Provider
Workflows
moderate-form-comments
Count a Wufoo form's comments and list them only when any exist.
Gets the target form, counts its comments, and branches to list the comments when the count is non-zero or end when there are none.
1
getForm
getForm
Fetch the target form to confirm it exists before reading comments.
2
countComments
countFormComments
Count the form's comments to decide whether there are any to moderate.
3
listComments
listFormComments
List the form's comments, optionally scoped to a single entry, for moderation.