01-24-2023 08:57 AM
01-24-2023 09:03 AM - edited 01-24-2023 09:03 AM
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
01-24-2023 12:50 PM
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" + ">"}}
01-25-2023 04:20 AM
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.
01-25-2023 04:27 AM
Once request is completed dynamic attribute are not exposed