Good Morning Power users,
I am building a power flow that is triggered when a new record is entered into a custom Dataverse entity. I need an approval process that will essentially be approved by 2 approvers sequentially. So if approver 1 approves, send email notfication to approver 2.
Is it possible that if approver 1 rejects the request and puts comments, it will go back to the requestor and they can edit the form and then it can continue to go back to the approver until it is approved? So I guess this would be a loop?
Afterwards, if approver 1 does approve the request, then it moves on to approver 2 and follows the same logic. So then if approver 2 rejects, a notification email would be sent to the requestor with comments, corrections made, then it moves on to final steps to end the flow.
Let me know your thoughts and thanks in advance for any help or advice.