Where the Flow Designer's Action inputs are stored?

kdutta
Tera Contributor

Hi Team,

We have a requirement, to fetch the flow, subflow names where any particular group is referenced, i.e., in "Create Catalog Task" activity if Field Value is set as "Assignment Group = ABC". Upon initial investigation, I could navigate to "sys_hub_action_instance" table and apply a filter "Action Type = Create Catalog Task" and preview the record from "i" icon, we can see the sys_id of the group in "Field" field. But, when we open the record, the field is empty and it is not accessible via script as well.

When we check the dictionary, it shows like "sys_hub_action_instance.action_inputs.var__m_sys_hub_action_input_{{sys_id}}.ah_fields". However, this table is not accessible as well. 

 

Can anyone help me to figure out how to get the required value which is/are used in FD? Please let me know if you need any further clarity. Thanks!!

5 REPLIES 5

Maik Skoddow
Tera Patron
Tera Patron

Hi @kdutta 

one approach to get the right place is to open the underlying record of the flow in the sys_update_xml table. Find the respective record via "Name = sys_hub_flow_[SYS ID OF YOUR FLOW]":

MaikSkoddow_0-1701791664235.png

 

Then open that record and examine the payload. That payload really contains everything related to your flow.

 

Maik