/
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
Workflow Post Step Logic
Workflow Post Step Logic
More like this
Workflow Post Step Logic
Workflow Post Step Logic
More like this
Workflow, Post Step Logic - Handbook
Workflow, Post Step Logic - Handbook
More like this
Approval Workflow Logic
Approval Workflow Logic
More like this
Configuration Tables (Approval Workflow)
Configuration Tables (Approval Workflow)
More like this
Message Templates
Message Templates
More like this
Found an issue in documentation? Write to us.