How to find where a custom flow action is used

OlaN
Giga Sage
Giga Sage

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.

1 ACCEPTED SOLUTION

OlaN
Giga Sage
Giga Sage

Contacted support and got an answer.

Flow actions are stored in this table: sys_hub_action_instance.list

View solution in original post

9 REPLIES 9

Sohail Khilji
Kilo Patron
Kilo Patron

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

find_real_file.png

Flow Actions

find_real_file.png

 

 

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....

LinkedIn - Lets Connect

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.

Nilanjana
Tera Contributor

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". 

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.