How do I Dynamically Trigger Sequential Catalog Tasks from Flow Designer using Decision Tables

WazzaJC
Tera Expert

How do I Dynamically Trigger Sequential Catalog Tasks from Flow Designer using Decision Tables

 

Hi Community - I would greatly appreciate any advice/examples/direction on how this is possible or how you may have configured this for yourselves.

 

I need to trigger Sequential Catalog Tasks, one after another, using Flow Designer + Decision Table.

 

What logic/fields etc do I need to configure in the Decision Table, for each Catalog Item, to ensure each Catalog Task goes to the relevant Assignment/Fulfilment Group, in the correct sequential order?

 

Is there a way to set a field within the Decision Table that tells the flow what order the Catalog Tasks need to be triggered in?

 

I would greatly appreciate any advice on the best way to achieve this and any examples/screenshots you may have to help.

 

Many thanks Community Members.

1 ACCEPTED SOLUTION

Jon23
Mega Sage

Hi @WazzaJC ,

 

Based on the information you provided then I would suggest looking at using a ForEach or DoWhile flow logic.  Every time through the loop you can check decision builder to return the correct Assignment/Fulfilment group then create the task with that value.

 

If you can provide more info on the data that drives the decision then a more detailed (example/screenshot) solution could be provided.

View solution in original post

4 REPLIES 4

Jon23
Mega Sage

Hi @WazzaJC ,

 

Based on the information you provided then I would suggest looking at using a ForEach or DoWhile flow logic.  Every time through the loop you can check decision builder to return the correct Assignment/Fulfilment group then create the task with that value.

 

If you can provide more info on the data that drives the decision then a more detailed (example/screenshot) solution could be provided.

@Jon23 thank you very much - I greatly appreciate your advice.

I indeed followed this approach in my process and it has worked like magic!

Thank you for taking the time to reach out Jon, all the best kind sir 🙂

Vish4
Tera Contributor

Hi WazzaJC/ Jon23, What do we do the Foreach loop on? Any more information on the implementation?

Vish4
Tera Contributor