Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/01/2024 10:39 AM - edited 07/01/2024 10:40 AM
Hi All,
I'm requesting the latest email variables for the following campaign fields:
Primary Certifier:
Secondary Certifier:
Delegate:
Certifiers Manager:
Certifiers Manager's Manager:
Certifiers Manager's Manager Manager:
Consultee Email:
Can someone please share these updated variables?
EIC Version: 24.11
Thank you
Mbh
Solved! Go to Solution.
07/01/2024 10:48 AM
24.11 yet not release 😂
Please validate supported variables.
Purpose :
To get what variables are present to use in the email template.
Email Template steps :
keep Advanced HTML CSS flag is checked
Keep your email Address in TO
TO /CC/BCC & Subject - Don't use any dynamic variables
Add only below code in Email Body
${this.binding.variables.each {k,v -> println "$k = $v" + "" + "br" + ">"}}
Output : using the below expression. By putting it in the email body, it will print all variable names with values, and then accordingly, you can use it:
07/22/2024 02:40 PM
Thanks @rushikeshvartak