Picking up a comment in a workflow
Hi,
I have a workflow that is triggered once a user posts a comment on an asset page.How do I pick up that comment once it is made and send that comment in a notification email that is configured?
Former User
Posted 6 years ago · Edited 1 year ago·Last reply 3 years ago
3 comments
Victor Morisset
·6 years ago · EditedHi @jamar.johnson,
If your workflow is configured to run on the event "Comment added’, here is an example script that can help you retrieve the information your need:
Robert Bitanga
·5 years ago · EditedHow is the email template “notification” coded to reference the comment variables in the Script Task?
khanhdung_dao
·3 years ago · EditedIn the case I want to send the email to the Community Manager, can I set notificationUserExpression equal role(Community Manager) in the form of Start Event?
Thank you so much.