Hello,
I am trying to design a flow as follows:
1. Trigger: Document uploaded to SharePoint library
2. Action: approval process starts, assigned to 1 approver
3. Condition:
- If rejected, send email to submitter
- If Approved go to next Action
4. Action: Start approval process with 2 OTHER approvers.
Both of these approvers have to approve or reject before notify the submitter and move the file to an "Approved" folder (since we can't update metadata in document library via flow).
Question: If I put 2 people in "Assigned to:" on the "Start an Approval" action, will it make them each an approval to review and respond to, or is it just one, and once one responds the "Approval" is set to whatever that first person picked?
Things tried:
- parallel branches, but the issue is that step 4 will not start until after the condition in step 3 is True. Once I add a Condition to the flow I don't get the option for parallel branches
- Switch case, will not working because both the approvers in Step 4 have to respond before the next condition is met.
Does anyone have any advice on a 2 step approval process that needs multiple responses before moving to the next action?