Binding variable of Dynamic attribute for update account task email template

agupta1
New Contributor
New Contributor
Hi,
 We have a requirement to show the old as well as new dynamic attribute value in update account task complete email, Please help us with the correct binding variable  to be used for DA old value in email template for modification workflow.
4 REPLIES 4

sk
All-Star
All-Star

I don't think it's possible. Either in request/task only current state values of DA will be captured. There is no way to get old state values of those DA's in email templates.

If you feel it a good feature to have in product, Please submit an IDEA: https://ideas.saviynt.com/ideas


Regards,
Saathvik

rushikeshvartak
All-Star
All-Star

What is trigger point for email ? On request approval /Completion/task creation.

Can you share output of below script . add in your email template body

${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}

agupta1
New Contributor
New Contributor

The trigger point is on task completion for update account. Also i tried with this script and got the response as attached below, which doesnot show any binding variable for dynamic attribute. PFA.Update_Account.jfif

Once request is completed dynamic attribute are not exposed