Searching for a string in Flow Designer scripts

Jed
Mega Guru

I modified a Script Include function and would like to test every Flow Designer flow or subflow that calls it from a script.

 

I’ve tried searching with Studio’s code search and SNUtils, but these only find the script include itself.

 

Is there any way to search for a string ('myFunctionName') inside Flow Designer flows/steps?

2 REPLIES 2

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

Have a look at the sys_variable_value table. Out-of-the-box, this is not listed in the Code Search.

 

See this for example:

MarkRoethof_0-1748113652505.png

 

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

I do see this show some scripts, but unfortunately, I'm still not able to find instances where the Script Include is called. I know for certain it's in at least one Ask For Approval step under 'Rules', but searching this table still doesn't find it. Thank you though!