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 for Campaign to get the summary of certification

anjali_5
New Contributor
New Contributor

Need a binding variable for campaign email template to get the count of:

1)total number of roles reviewed

2)Approved access

3)Revoked access

 

4 REPLIES 4

rgupta34
New Contributor
New Contributor

Write a binding variable which will return the count of 

)total number of roles reviewed

2)Approved access

3)Revoked access

  • Above binding variables are not availablPlease 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 {RVkey,RVvalue -> println "$RVkey ------- $RVvalue" + "" + "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:

    e.
  • Please use analytics report.
  • You can validate using below code
  •  

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

Raghu
All-Star
All-Star

@anjali_5  think so we can't get those, if required based on analytics report you print it those details


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.