Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

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

biswajitoram
New Contributor III
New Contributor III

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.