- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 01:39 PM
Hi Folks,
I have been playing around with if, else if and parallel flow in Flow designer to create task based on different conditions but tasks are getting created only after another closure. I need all the matching conditions evaluated to true created task parallelly.
Using else if evaluates condition as true but task is not getting created.
and also wait needs to added for task to complete before the RITM is closed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 06:05 PM
Use a Parallel flow logic and structure it like this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2022 06:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 06:40 AM
I was able to use parallel flow logic as suggested but there is another strange issue I am facing where Multirow Variable Set is not returning the reference field when used for each item in(Reference field is custom table created).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 06:49 AM
Unfortunately, I'm not well versed with using mrvs in a for loop. If my other answer helped you with your original questions, i would suggest closing out this post by marking the solution as correct, and then create a new post for this new issue. This way others in the community can see your new question/issue and hopefully be able to help.