
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2021 07:55 AM
Hi.
If I create a custom Flow Action in Flow designer, I might use this action in numerous Flows and Subflows.
Where can I find which Flows and/or Subflows that use this custom action later on.
I have not been able to determine which table it is stored in, and haven't found any reference to it in the Docs, or in the community.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2021 05:53 AM
Contacted support and got an answer.
Flow actions are stored in this table: sys_hub_action_instance.list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2021 08:09 AM
Hi,
Points below for tables
Flow - sys_hub_flow
Sub Flows - sys_hub_flow
Actions - sys_hub_action_type_definition
Both Flow and Sub Flows are stored in Same table and the Flow Type field helps to distinguish whether it is Flow or Sub Flow
Flow Actions
Kindly Mark ✅ Correct or ???? Helpful, if applicable.
MF Sohail Khilji.
LinkedIn - https://www.linkedin.com/in/mf-sohail-khilji/
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2021 11:16 AM
Thanks, but it's not what I'm looking for.
There must be a table that holds the relation; which Flow that runs what Actions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2023 03:23 AM
No Idea whether you have already found solution or not , but you can go to custom action and click on More action menu and select "See related flows".

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2023 12:24 PM
True, this button exist nowadays, but two years ago, when I posted the question, you had to go to the [sys_hub_action_instance] table, which I also marked as a correct answer.