How to trigger event from the flow designer?

Snehal Madakatt
Mega Sage

Hi Developers,

 

How to trigger event from the flow designer?

I tried to create custom action as per https://www.servicenow.com/community/now-platform-articles/fire-an-event-via-flow-custom-action-guid...    but its not working! I dont see any log in the event log.

Can someone help.

 

Regards, 

Snehal

 

8 REPLIES 8

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @Snehal Madakatt ,

 

Follow this : 

https://www.servicenow.com/community/now-platform-articles/fire-an-event-via-flow-custom-action-guid...

 

IF NOT !

 

simply use run script activity and update the script to trigger the event using gs.eventQueue('nameofevent', current, <parm1>, <parm2>);

 

 

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Hi @Sohail Khilji 

I had tried the same, but it didn't worked. 

Service_RNow
Mega Sage

Hi @Snehal Madakatt 

You can try "Create Record" OOB Action on the Events table (sysevent) to generate a new Event in Flow Designer.

RamSingh_0-1709528179677.png

 

Please mark reply as Helpful/Correct, if applicable. Thanks!

Hi Ram,

For what u are suggesting I cant set the table.

SnehalMadakatt_0-1709528584278.png