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.

How to create an event rule from a flow

RamRod26
Tera Contributor

I'm wondering the best way to create an event rule based on one of the flows in our environment? We have a flow that isn't finishing in time, and I would like some guidance on how to create an event for this. 

2 REPLIES 2

GlideFather
Tera Patron

Hi @RamRod26 

my PDI is under maintenance so I cannot show you, but in your flow:

  • Action Create Record:
    • table [sysevent]
    • name [your.event.name]
      • eventually the parameters...

And that shall be it... let me know how it goes

_____
This reply is 100 % GlideFather and 0 % AI

@RamRod26 I found this, you can try it

https://www.servicenow.com/community/servicenow-ai-platform-articles/fire-an-event-via-flow-custom-a...

_____
This reply is 100 % GlideFather and 0 % AI