- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 05:53 AM - edited 07-15-2024 11:57 PM
We have several FLOWS created in our instance for which targets different CMDB tables (windows, storage, firewalls tables etc).
Question - Is there a easy way a to identify which flow is targeting which table? (ie. Assume that for writing data into Windows server table, there would have been 3 flows created. So my requirement is to idenity WHICH flows targets Windows server table?)
I need this info for documenting, troubleshooting etc.
If it was a Business rule, I can directly open Business rule written on Windows server table and find it out, but not able to easily get this info when FLOWS are used.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 12:02 AM
Hi there,
Are you after Flows directly triggered by inserts/updates on a specific tables? Similar like business rule? Or are you after something else?
If it's just that... sys_variable_value is your answer 🙂
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
07-16-2024 12:05 AM
Hi,
If you select Configure > All on a record there is a tab showing all flows that's triggered on that specific table.
Is this what you are looking for ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 03:12 AM
Hello @Suggy ,
To identify which flow is running on a particular table, please follow these steps:
1. Open the list view of table(e.g incident.LIST)
2. Right click on any column or click on three dots appear on the column name.
3. Select configure > Flow Designer Flows
You will get the list of flows associated with that particular table.
If my answer solves your issue, please mark it as Accepted✔️ and Helpful👍 based on the impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 04:58 AM
@Vrushali Kolte @OlaN Thanks for replying. but if a flow is created with Trigger Daily condition, then calling a action to write the data into different tables, in such scenario the context menu will not show the data that I am looking for.