Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Notification Help

huyjor
Tera Contributor

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.

huyjor_0-1710381482609.png

 

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. 

 

huyjor_1-1710381493717.png

 

2 ACCEPTED SOLUTIONS

Hi @huyjor why dont you try the approach i shared , it's easy

Regards
Harish

View solution in original post

@huyjor For testing purposes, put some parameters and once the event is fired check if it shows up in the event log.

View solution in original post

9 REPLIES 9

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? 

@huyjor Since you created the event for the custom table, you can only trigger event for the same table otherwise it won't work.

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? 

@huyjor For testing purposes, put some parameters and once the event is fired check if it shows up in the event log.

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.