Hello,
I am working on creating an approval flow for website updates, which is supposed to do the following:
- when an item is created in the SP list --> an email goes out to the assigned approvers informing them of the request --> I then have 6 parallel branches from that action:
1 & 2: start and wait for an approval (approver 1 and 2) --> condition (outcome is equal to Approve)
If YES: send email to creator of request --> update item in SP (approved? choice column, status is changed from Pending to Approved)
If NO: send email to creator of request --> update item in SP (approved? choice column, status is changed from Pending to Rejected)
The rest of the parallel branches are Delay actions, 2 delay actions per approver following the format below:
Delay 1 & 2: Delay 2 minutes and then 4 minutes (for test purposes) --> condition: approver 1 approved? value is equal to Pending --> if YES, send reminder email to approver 1 asking them to approve or reject the request.
Delay 3 & 4: Delay 2 minutes and then 4 minutes --> condition: approver 2 approved? value is equal to Pending --> follows same steps as above.
This is where I'm running into the issue. Initially when I was testing the reminders, I waited 2 minutes and then 4 minutes after getting the first approval request from MS Flow, and the reminders came. However, if I do approve or reject fom the first approval notification from Flow, I am still receiving the reminder even though the approved? value is no longer Pending.
Does anyone know how to fix this? It's quite urgent!
