Event parameter not working with notifications

KeithM1
Tera Expert

I've got an SLA workflow for emergency changes that creates an event when it reaches 50%, 75% and 100%.  When the event is called from the workflow at 50%, it passes the current.task.requested_by field as parm1

KeithM1_0-1731959682010.png

Same thing happens at 75%, except as parm2 is the requested_by.manager

KeithM1_1-1731959790582.png

On the notifications, I've checked the boxes that the recipient is Parm1 and Parm2. 

KeithM1_2-1731960414128.png

 

When I test this out as myself, everything works fine - no issues.  When I impersonate other users, they don't show up as a recipient in the email log and their name doesn't show up in the notification.  This makes no sense to me why it isn't working when I impersonate others.  Any thoughts??

3 REPLIES 3

Juhi Poddar
Kilo Patron

Hello @KeithM1 

 

Please replace the parm1 and parm2 as below:

Parameter1 : 

current.task.requested_by.email

Parameter1 : 

current.task.requested_by.email.manager.email

Note: Event parameter should be a string type 

I hope this helps!

 

"If you found my answer helpful, please like and mark it as an "accepted solution". It helps others find the solution more easily and supports the community!"

 

Thank You
Juhi Poddar

Thank you for your response.  Unfortunately, I just figured out that this problem was self-inflicted.  I had made the changes to the workflow and forgot to publish it. 🙄  After I published it and re-tested, it worked as expected.  Thanks again for the feedback.

Juhi Poddar
Kilo Patron

Most welcome! @KeithM1