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.

Mystery Flow doesn't trigger

BurtCrepeault
Tera Contributor

Hi fellows,

 

For the life of me, I cannot figure out why this flow won't trigger.

BurtCrepeault_0-1708975633183.png

 

The record I'm updating is an IP Firewall CI, where I'm simply changing its name:

BurtCrepeault_2-1708976242765.png

 

Some things I tried:

  • Testing the flow manually works fine. It compiles and activates as expected.
  • Tried to change the flow Run as property, from System to User and back, no effect there.
  • Initially, I was attempting to trigger on cmdb_ci and all its extended tables. I changed the table to cmdb_ci_netgear further down the extended tables, but still nothing. [Edit] Going all the way to IP Firewall didn't help either.
  • I had some conditions initially set, but I removed all of them to see if they were the problem. No luck there.
  • I set more conditions, such as Name changed, but no.

 

I read just about anything and everything on flow triggers. Before I scrap this flow and rebuild it, any ideas on where I should look next? This is a total mystery to me.

1 ACCEPTED SOLUTION

James Chun
Kilo Patron

Hey @BurtCrepeault,

 

Are you trying to trigger the Flow with every update?

If so, you might want to change the 'Run Trigger' condition to 'For each unique change'

For details, refer - https://developer.servicenow.com/dev.do#!/learn/courses/utah/app_store_learnv2_flowdesigner_utah_flo...

 

Hope it fixes it, thanks!

View solution in original post

Disclaimer: These videos are from my training batch. These videos not prompt any ServiceNow Sales pitch or marketing. These videos are only for knowledge purposes. LinkedIn:https://www.linkedin.com/in/atulgroverservicenowconsultant Redistribution or copying of functionality is not allowed!
2 REPLIES 2

James Chun
Kilo Patron

Hey @BurtCrepeault,

 

Are you trying to trigger the Flow with every update?

If so, you might want to change the 'Run Trigger' condition to 'For each unique change'

For details, refer - https://developer.servicenow.com/dev.do#!/learn/courses/utah/app_store_learnv2_flowdesigner_utah_flo...

 

Hope it fixes it, thanks!

Disclaimer: These videos are from my training batch. These videos not prompt any ServiceNow Sales pitch or marketing. These videos are only for knowledge purposes. LinkedIn:https://www.linkedin.com/in/atulgroverservicenowconsultant Redistribution or copying of functionality is not allowed!

As simple as that! Thanks James! Apparently, I hadn't look nearly everywhere enough! 😅