- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 02:02 AM
Hi Community,
I’m trying to find out if a specific group is being used anywhere in ServiceNow — particularly in Flow Designer, Workflows. The goal is to identify whether that group is referenced in any approval steps, flow actions, or workflow activities.
Is there a recommended way or script to search across these components to detect group usage? Any tips or best practices would be greatly appreciated!
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 02:11 AM
not an easy task to determine this in both flow or workflow
I had referred to this solution and it helped me to some extent previously
Flow Designer - Search through flows efficiently with scripts
For workflows
1. Navigate to sys_variable_value Table
2. Copy Syd id of the Group you are trying to search in Workflow activities
3. Paste it in Value Column.
You will able to see all the workflow activities where the group is used.
for some more help for workflows check these links
background script to identify particular assignment group in all workflows and flow designers
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 02:11 AM
not an easy task to determine this in both flow or workflow
I had referred to this solution and it helped me to some extent previously
Flow Designer - Search through flows efficiently with scripts
For workflows
1. Navigate to sys_variable_value Table
2. Copy Syd id of the Group you are trying to search in Workflow activities
3. Paste it in Value Column.
You will able to see all the workflow activities where the group is used.
for some more help for workflows check these links
background script to identify particular assignment group in all workflows and flow designers
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader