Names of Flow/Subflows/actions using particular custom field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi Folks,
We're planning to remove u_abc custom field from system. Before that we're trying to get the names of flows/subflows/actions using this particular custom field.
By clicking on record in sys_hub_action_type_definition.LIST table redirecting to workflow studio UI. so there a way to find flows and actions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
That will be almost impossible to achieve because of how everything is configured and intertwined.
Check the sys_update_xml table to see if it is in the payload of any record there. That should give you some indication.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Yeah, tried this already this way we can find only scrip actions(step) (sys_hub_step_instance). payload doesn't have inline script data, conditions, if/else logic etc..,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi,
This would vary depending on where the custom field is used, it's different depending on if it's an input or part of a script execution of an action.
Another way to find where your custom field is being referenced is to search through the [sys_update_xml] table for all records that has the custom field as a value in the Payload field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
finding it within flow etc is difficult as there are different tables involved.
I used this link and it helped me to some extent, see if that helps you
Flow Designer - Search through flows efficiently with scripts
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader