Flow Designer Do in Parallel If value = True
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 02:30 AM - edited 01-23-2024 02:37 AM
Hi,
I have created my Flow as detailed below with a Do in Parallel Flow Logic with If conditions are true then create the tasks. This means that 1, 2 or all 3 tasks could be created. After the Do in Parallel I have another If Flow Logic to check if the tasks are no longer Active (whatever the state) and then to update the Record. This works if all 3 task are created but not if only 1 or 2 tasks are created. Can anyone help with what I should be doing please?
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2024 01:21 AM
Thank you for everyone's response. In case anyone else has this issue, I managed to get it working by Adding a Wait Condition on each Task created, then Look up records after the do in parallel, where the Requested Item is the Parent and Active is True, then if count is 0 it can update the RITM record.