Binding Variable for integrated application Role?

anamika
New Contributor
New Contributor

We have created Security System and endpoint for an integrated application and we have created some roles by using CSV file. Now we want to pull the role name into an email template but the binding variable is not working. So what binding variable should we use to pull the value in the template?

6 REPLIES 6

RakeshMG
Saviynt Employee
Saviynt Employee

Please try using :

Role Name: ${rolename}

or

${roles.role_name}

Refer to following document for all the binding variable available for use : https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter06-EIC-Configurations/Creati...


​Regards

Rakesh M Goudar

I tried with both binding variables but not working.

dgandhi
All-Star
All-Star

What have you tried till now?

Can you try below and see if it works?

 

${rolename}

Obtains the name of the role requested.

THanks

Thanks,
Devang Gandhi
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

Yes I tried but it is not working.

rushikeshvartak
All-Star
All-Star

Which email template what is trigger point ?

For one template the trigger point is workflow and for another template the trigger point is endpoint.