How to find all Flow Designer flows using a Decision Table (to Make a Decision)

Flavio4
Kilo Sage

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

1 ACCEPTED SOLUTION

Hey @Flavio4,

 

No worries, can you see the horizontal ellipsis icon on the top right?

It should display the 'See Related Objects' option

JamesChun_0-1712047179629.png

 

 

 

View solution in original post

4 REPLIES 4

James Chun
Kilo Patron

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

JamesChun_0-1712045880907.png

  • 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)

JamesChun_1-1712046105522.png

 

Hopefully there is a better way to locate these records but hope it helps.

 

Cheers

 

Flavio4
Kilo Sage

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


Hey @Flavio4,

 

No worries, can you see the horizontal ellipsis icon on the top right?

It should display the 'See Related Objects' option

JamesChun_0-1712047179629.png

 

 

 

Flavio4
Kilo Sage

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