Issue with ${event.param1} and ${event.param2}

TashfiqueH
Tera Contributor

Hi I am having issue displaying values of these. 
I have checked the event log, the values are passed. I am not sure why its not displaying on the email notification. 

Email gets triggered on incident_state changed to closed, but the event values are missing.

I have attached pictures of my event registry, business rules, and notification email. Kindly assist. 

TashfiqueH_3-1736591643057.png

TashfiqueH_4-1736591654137.png

 

TashfiqueH_0-1736591525462.pngTashfiqueH_1-1736591549977.pngTashfiqueH_2-1736591565637.png

 

2 ACCEPTED SOLUTIONS

Juhi Poddar
Kilo Patron

Hello @TashfiqueH 

  • I see that you are using ${event.param1} & ${event.parm1}. The correct method to get the event parameter is ${event.parm1}${event.parm2}.

Please share the screenshot of the notification received to have better clarity.

Hope this helps!

 

"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"

 

Thank You
Juhi Poddar

View solution in original post

@TashfiqueH 

you have used wrong syntax

it should be

${event.parm1} and ${event.parm2}

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

5 REPLIES 5

Ankur Bawiskar
Tera Patron
Tera Patron

@TashfiqueH 

is the event processed?

share event log screenshot

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

as  you can see it is processed

TashfiqueH_0-1736594876382.png

 

@TashfiqueH 

you have used wrong syntax

it should be

${event.parm1} and ${event.parm2}

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Juhi Poddar
Kilo Patron

Hello @TashfiqueH 

  • I see that you are using ${event.param1} & ${event.parm1}. The correct method to get the event parameter is ${event.parm1}${event.parm2}.

Please share the screenshot of the notification received to have better clarity.

Hope this helps!

 

"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"

 

Thank You
Juhi Poddar