- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 05:00 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 06:37 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2023 06:37 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 09:02 AM
@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 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 10:38 PM
Hi WazzaJC/ Jon23, What do we do the Foreach loop on? Any more information on the implementation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 10:52 PM
https://www.servicenow.com/community/developer-forum/flow-designer-generic-flow-amp-create-a-task-us...
This is the requirements I am looking to implement.