Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Couldn't find the event table in a search list when create record from the flow designer

Shahjay
Kilo Guru

Hello Community,

I have a flow in scope application and Want to fire an event for the notifications from the flow designer. When I select to create a record and in a table, I couldn't find the "sysevent" table in a search list.
Is there anything I am missing?
I have tried on my PDI still same issue. couldn't find the event table in a search list.

 

Thanks

 

find_real_file.png

find_real_file.png

If this response helped, please mark it as correct and close the thread — it helps future readers find the solution faster.

Thanks
1 ACCEPTED SOLUTION

Shahjay
Kilo Guru

sysevent table will not be available outside Global scope. it is conscious decision by ServiceNow team.

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0787435

 

If this response helped, please mark it as correct and close the thread — it helps future readers find the solution faster.

Thanks

View solution in original post

2 REPLIES 2

Aman Kumar S
Kilo Patron

In create record, sysevent table will not be available outside Global scope.

In case you still want to utilize, I would suggest to create a custom action and place inputs for parameters and just use eventQueue() to fire the event.

Best Regards
Aman Kumar

Shahjay
Kilo Guru

sysevent table will not be available outside Global scope. it is conscious decision by ServiceNow team.

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0787435

 

If this response helped, please mark it as correct and close the thread — it helps future readers find the solution faster.

Thanks