Start a new topic

Displaying comments from a previous userTask in an email automation

I have a workflow with an email automation.  I would like to display any comments that were entered when a previous userTask was submitted.  I can not seem to get to those comments.  Below is the portion of the workflow.  

image

How do I get the comment entered when the "Edit Approval" task was submitted.  I've created a custom parameter to get that info.  See below:

image


Any guidance is apricated.


-Matt 


Hello Matthew,


Can you please try to use the below semql-

PreviousStep.PreviousStep.UserTaskInstance.Comment


Let us know if it helps.


Thanks and have a nice day.


Changed it to your suggestion and still no comments on the email.


image

image



Hello Matthew,


I have tested this and it's working fine if I provide the below semql in the custom parameter of email automation-

PreviousStep.PreviousStep.PreviousStep.UserTaskInstance.Comment


Please see the below screenshot-



can you please try again and let us know if it works?


Thank you

Login to post a comment