Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Requestee email notification: cannot resolve requestor email address

JustSalva
Regular Contributor
Regular Contributor

Hi all, 

We have an approval workflow set up and we are configuring the notification to be sent to the requestor:

JustSalva_0-1664788995792.png

JustSalva_4-1664789110603.png

 

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:

JustSalva_5-1664789283421.pngJustSalva_6-1664789432110.png

 

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?

@FCaremoli @nfraternali 

Kind regards,

Matteo

 

 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

${requestor.email} for Requestor (Who Raise Request)

${user.email} for Requestee/ End user  (Request raised for)


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

JustSalva
Regular Contributor
Regular Contributor

thank you!