Hi all,
I have a simple guided procedure with an "Approve or Reject" step which sends emails.
The problem I have is this: how to include the action's output parameters in the email, specifically the approver's comment (technical name: output.comment)?
I have tried the following:
`writeln(ctxt.output.comment)`
in the template, but it just generates a space instead of the actual comment entered by the approver.
Any help appreciated,
Darren