I’m attempting to configure a Decision Task Notification email to include links to each potential Answer of a Decision Task so that the Decision Task can be answered from the email.
I’m using Assyst 25R1 SU1. I have the Substitution Keyword LINK_EMAIL_DECISION_ANSWERS with the following expression. The expression was included with the Foundation Build.
<ul>
#foreach($possibleAnswer in $new.event.decisionAnswers)
<p><a href="mailto:mbr@anycorp.com?subject=%23$new.event.formattedReference Response: <$possibleAnswer.answer>">$possibleAnswer.answer</a></p>
#end
</ul>
The mailto: has been updated to use the mailbox that is being monitored by ETM.
When I include the LINK_EMAIL_DECISION_ANSWERS Substitution Keyword in my Notification Email Template the email doesn’t get sent. However, if I remove this Substitution Keyword the email will send successfully.
Does anyone see an issue with the above expression or are you able to provide an alternative expression to do what I’m attempting to do?
Thanks,


