Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Binding Variables not Populating data for Re-assigning Email template(AddAccess & RemoveAccess)

biswajitoram
Regular Contributor
Regular Contributor

Hi Team,

We have created the email template for any request made for any Endpoint, it will send the request details to the Approver, which is working perfectly fine. We want to send the same details to the re-assignment of the new Approver, but it's not working and passing the binding variable script as below.

biswajitoram_0-1718000178740.png

Working Email Template:

biswajitoram_1-1718000369568.png

Do we need to pass the different binding variable script for the re-assignment email template?

1 REPLY 1

rushikeshvartak
All-Star
All-Star

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
  • 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:


rushikeshvartak_0-1718074547426.png

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.