- 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-23-2025 06:01 AM
@Ankur Bawiskar
@Pankaj kr
As you can see above screen shots, in flow event using incident table but in event registry and notification using requested item table name.
In event logs I can see event is processed but notification is not triggering.
Please suggest what im missing here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2025 06:22 AM
that's the reason it's not triggered
Notification, event should be on same table
If notification and event is on RITM table then how and from where INC is being fetched?
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-23-2025 07:34 AM
Thank you @Ankur Bawiskar @Pankaj kr
Thank you for your suggestion, it helped to complete my requirement.
just quick note what I have done.
In event registry table is empty, not giving any table name.
Flow fire event given the requested item table name but in par1 adding the incident number from the above flow's step.
In notification also selecting same requested item table.
Now its working completely fine. suggestion is not to use different table in flow fire event and notification.
because of this mistake notification was not being trigger.