Flow designer - wait for condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 06:55 AM
Hi,
We are converting some of our processes from legacy Workflow to Flow and I have the following scripted Wait for Condition that is checking whether concurrent approvals have been approved/ rejected before proceeding to the next iteration of approvers.
In this flow the approval record is created rather than using the Ask for Approval action as the approval state is set to 'Not Yet Requested' first (so requesters have visibility of all subsequent approvals, then updated to 'Requested' with each iteration.
The Wait for Condition in Flow seems to require a condition of a single record whereas I have multiple records
Could anyone suggest how best to convert this to Flow?
Thanks,
Clare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 07:22 AM
Did you try using two wait for conditions (second one just below the first one)? You can use one record in first wait for condition and second record in the 2nd wait for condition.