- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 09:16 AM
Hi
I have created a Workflow in flow designer, it has a couple of individual tasks before it adds a set of tasks all for the same team. I want to close the RITM when all the tasks are complete. However i am struggling with away to check all the tasks closed on the RITM. Currently i have a "do the following logic flow which i believe i have looking at the task table for records that have the same RITM Number that triggered the flow and where the the status is not one of the open status. Then i have asked for it to tdo that until the count is 0 and added a closure task but it won't close?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2025 01:14 AM
Hi @sarahjane19,
I often use below flow to achive your requirement.
1. Use "Look up records" in Catalog Task table and set the condition like "Request Item is Trigger - Service Catalog > Requested Item Record.
2. Use "For Each Item in" and set the previous step's output as "Item".
3. Use "Wait For Condition". Set the Record and Condition like below images.
4. Update the Request Item record (Trigger - Service Catalog > Requested Item Record).
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2025 01:14 AM
Hi @sarahjane19,
I often use below flow to achive your requirement.
1. Use "Look up records" in Catalog Task table and set the condition like "Request Item is Trigger - Service Catalog > Requested Item Record.
2. Use "For Each Item in" and set the previous step's output as "Item".
3. Use "Wait For Condition". Set the Record and Condition like below images.
4. Update the Request Item record (Trigger - Service Catalog > Requested Item Record).
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 01:47 AM
Thank you so much that has worked