04/27/2023 03:35 AM
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?
04/27/2023 04:02 AM
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...
05/03/2023 03:56 AM
I tried with both binding variables but not working.
04/27/2023 02:42 PM
What have you tried till now?
Can you try below and see if it works?
${rolename} | Obtains the name of the role requested. |
THanks
05/03/2023 03:57 AM
Yes I tried but it is not working.
05/03/2023 04:21 AM
Which email template what is trigger point ?
05/04/2023 12:21 AM
For one template the trigger point is workflow and for another template the trigger point is endpoint.