- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 01:01 AM
Hello,
is there an option to know which Flow Designer flows use a Decision Table (to Make a Decision)?
If not, can it be searched in a table?
Thanks
Flavio
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 01:39 AM
Hey @Flavio4,
No worries, can you see the horizontal ellipsis icon on the top right?
It should display the 'See Related Objects' option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 01:23 AM
Hi @Flavio4,
Not the most 'elegant' way but I did find 2 methods:
- Retrieve Flow/Subflows using a Decision Table.
- Open Decision Table record > Select ellipsis icon > See Related Objects
- Search via Customer Updates [sys_update_xml] table
- Navigate to sys_update_xml table
- Search where 'Payload' contains decision_table and 'Type' = Flow (you can also use the sys_id of the decision table instead)
Hopefully there is a better way to locate these records but hope it helps.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 01:35 AM - edited ‎04-02-2024 01:36 AM
Thank you James for the quick answer.
I am sorry I do not get
"Open Decision Table record > Select ellipsis icon "
When I open the Decision Table record I go automatically in the Decision Builder and I can spot two ellipsis icons, one horizontal, one vertical. Unfortunately they both allow only to delete the Decision Table or the Input.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 01:39 AM
Hey @Flavio4,
No worries, can you see the horizontal ellipsis icon on the top right?
It should display the 'See Related Objects' option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 02:08 AM - edited ‎04-02-2024 02:19 AM
Thank you James.
I see that you use "Workflow Studio", which apparently is available only as of Washington DC.
I'm on Utah and will be on Vancouver only at the end of this month.
So, I guess that I have to wait for Washington to be able to navigate to the list of FD flows using a Decision Table, right?
In the meanwhile, I will see it in tables, I found also a way to find the info in the table Flow Logic Instance (sys_hub_flow_logic).
Cheers
Flavio