- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2025 02:34 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2025 05:07 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2025 05:13 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2025 03:18 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2025 03:28 AM
as you can see it is processed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2025 05:13 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2025 05:07 AM
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