08/21/2023 03:03 AM
Hi,
We have a use case that whenever any property of a user is updated via the Update user form for any user, we need to notify the manager as well as the requestor.
Though we can notify the manager, how ever is it feasible to update the requestor as well?
We are using User update rules as below screenshot:
In the email template we have used under 'To' column as : ${manager?.email} and under cc we have used :
${requestor.email} |
However, ${requestor.email} also sends the email to the manager only. Is this feasible?
08/21/2023 03:52 AM
Hi @AshishDas ,
I dont think request attributes are exposed for 'Notify as email' .
Check the list supported attributes by using below expression in email body
${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}
Thanks,
Smitha