Skip to main content
Solved

would like to use [[Data:DeclineReason]] within the workflow to send in email body


mshealy
Digital Collaborator
Forum|alt.badge.img+11
  • Digital Collaborator
  • 103 replies

I have tried putting these into email body messages but they come up empty.

Maybe I am not using the correct syntax.

<%Data:DeclineReason%>

[[Data:DeclineReason]]

Best answer by mshealy

I figured it out. Just for the future if someone asks, i created a variable, added an update variable value step after the reject that took the summary.transaction.comments and copied them into the variable, DeclinedReason. Then I used that variable in an email. <%#Variable.DeclinedReason%>.

View Original
Is this content helpful?

3 replies

Pawan Gangwani
Rising Star
Forum|alt.badge.img+13

Hey @mshealy 

hope you doing great, Can you tell what exactly you want add in email body? 

 


mshealy
Digital Collaborator
Forum|alt.badge.img+11
  • Author
  • Digital Collaborator
  • 103 replies
  • August 21, 2024

The DATA:DeclineReason that someone enters when they decline to sign.


mshealy
Digital Collaborator
Forum|alt.badge.img+11
  • Author
  • Digital Collaborator
  • 103 replies
  • Answer
  • August 21, 2024

I figured it out. Just for the future if someone asks, i created a variable, added an update variable value step after the reject that took the summary.transaction.comments and copied them into the variable, DeclinedReason. Then I used that variable in an email. <%#Variable.DeclinedReason%>.