Hi Im really struggling with this 2 stage approval I want to set up and hoping someone can help.
Basically I want an MS form submission to create an item in a sharepoint list and then it go to someone for approval, if approved it then goes to someone else for an approval. If one of the approvers rejects then the person who submitted the form gets a rejection email and if approved by both then an approval email notification. I also want to capture the approval comments and approval status in the sharepoint list.
The flow works as expected for the following 2 scenarios:
It fails if the 2nd approver approves - in this scenario the status in the sharepoint list remains 'rejected' and the rejection email goes out ie it follows the false condition route.
Please see images of flow:
Solved! Go to Solution.
Hi @FayHudson
I think the problem is here in the second condition.
You must use Approve, because it is case sensitive.
Hope this help you.
Best regards.
If my solution helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @FayHudson
I think the problem is here in the second condition.
You must use Approve, because it is case sensitive.
Hope this help you.
Best regards.
If my solution helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks all sorted now 🙂