Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

how to access process data in email template

edited Dec 3, 2024 7:56PM in Process Automation 3 comments

Summary:

i want to access a response from one of the connectors used in the process flow in the email template but that isn't working .Can someone please help me with this

{{#payload}}
{{#getApprovalHistory}}
{{#items}}
<table>
<tbody>
<tr>
<td style="color: rgb(52, 158, 235); width: 50%;">Approvers1</td>
<td style="width: 80%;">{{approver_names}}</td>
</tr>
</tbody>
</table>

{{/items}}

{{/getApprovalHistory}}

{{/payload}}


Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

Version 24.10

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!