Searching for a string in Flow Designer scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2025 11:35 AM - edited 05-24-2025 11:41 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2025 12:07 PM
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:
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2025 12:37 PM
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!