- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 06:59 PM
Hello Team
I'm trying to create an event and send the notification. First I registered the event then create the notification. Send when the event is fired.
In flow designer, I selected the action->fire event (Washington DC version ServiceNow). It doesn't work. It doesn't send anything. Am I missing any steps? Thanks for your help.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 08:49 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 09:48 PM
@huyjor For testing purposes, put some parameters and once the event is fired check if it shows up in the event log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 07:57 PM
I used custom table to register an event and for the record: i just picked the sc_req_item table. Should that be the same table as the custom table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 08:04 PM
@huyjor Since you created the event for the custom table, you can only trigger event for the same table otherwise it won't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 08:16 PM
Ok, i just set it both are on the same table. Still doesn't work. Parameter 1 & 2, do i have to put anything in there?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 09:48 PM
@huyjor For testing purposes, put some parameters and once the event is fired check if it shows up in the event log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 02:22 PM
I think i figured out why it wasn't working. I have to use requested item tables for notification and fire event on flow designer.