10/03/2022 02:34 AM
Hi all,
We have an approval workflow set up and we are configuring the notification to be sent to the requestor:
But the ${requestedBy.email} (binding variable suggested in the documentation) is not being evaluated correctly, when we run the email history job we get the following error:
N.B. the requestor email field is populated correctly (user with userkey=7, as shown in the logs)
Can you help us solving this issue? is there another way to access the requestor user properties?
Kind regards,
Matteo
Solved! Go to Solution.
10/03/2022 08:06 AM
${requestor.email} for Requestor (Who Raise Request)
${user.email} for Requestee/ End user (Request raised for)
10/03/2022 09:02 AM
thank you!