/
How can I show a workflow step comment in the email to all other following steps?
How can I show a workflow step comment in the email to all other following steps?
Question
I have a question about Workflow Post Step Logic. I want to show a comment of the second step in the approval email to all other following steps. I thought I could add it to through a dataMap of the workflow. But I was not able to get it. Where can I find what objects are bound in the postStep context?
Answer
It is not possible in a Workflow Post Step Logic but it is possible to write it in the templating engine:
$first(rest(workflowHistory.steps)).comment$
, multiple selections available,
Related content
Message Templates Editor
Message Templates Editor
Read with this
How to Add Approver to Workflow Email Template
How to Add Approver to Workflow Email Template
More like this
Approval Workflow - Handbook
Approval Workflow - Handbook
Read with this
Workflow, Post Step Logic - Handbook
Workflow, Post Step Logic - Handbook
More like this
Logic Types Cheatsheet
Logic Types Cheatsheet
Read with this
Workflow Post Step Logic
Workflow Post Step Logic
More like this
Found an issue in documentation? Write to us.