- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 07:24 AM
Hello Team,
I have requirement to trigger the notification when catalog item server failed.
I have created email script to add all the variable value from the "Storage" catalog item.
created notification with run type fired event.
Created event with storage and table name is 'request item'.
In flow designer created event fire action to fire the event and selected the table name as incident.
Here my question is how to add this incident number in the notification body?
Go through below screen shot for understanding
This event is added in the subflow of the flow.
please suggest me
@Ankur Bawiskar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 07:32 AM
Hi @Vinod S Patil ,
Try changing table name in flow to sc_req_item (same as event registry) and pass your incident number in the parameter. From email script or notification you can easily dot walk and use ${event.parm1} for putting in the notification body. For more debugging kindly share your email script as well.
If this helped you, pls mark this as helpful and accepted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 08:09 AM
if you pass the correct incident number in Event parm1 then it should work
are you sure you are dot walking till Number in that Data pill?
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
‎05-22-2025 07:32 AM
Hi @Vinod S Patil ,
Try changing table name in flow to sc_req_item (same as event registry) and pass your incident number in the parameter. From email script or notification you can easily dot walk and use ${event.parm1} for putting in the notification body. For more debugging kindly share your email script as well.
If this helped you, pls mark this as helpful and accepted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 07:52 AM
@Pankaj kr
Let me thank you for your suggestion!
I added in email template as you mentioned but response getting in sysId I guess
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 08:07 AM
You are almost there, just pass the correct value from data pill in the parameter, or try dot walking the incident to fetch the number. It will be fixed.
If this helped you, pls mark this as helpful and accepted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2025 08:09 AM
if you pass the correct incident number in Event parm1 then it should work
are you sure you are dot walking till Number in that Data pill?
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