Recently, I made a post about multi level approvals and get list @abm assisted with this request and created the following video: https://youtu.be/CplQ16x2h8U
My initial post stated, I am in process of trying to build a multi level approval using a get items list similar to the below. I am not too familiar with using this function…
For example, amount Dollar
Amt| Approvers
0-10k| one approver
10001-50000| multiple approvers
50001-100000| multiple approvers and so forth. It would be 8 levels of approvers based on amt.
Below was my initial flow:
-when and item is created
-update item to pending manager approval
-start and wait approval
-Condition- if outcome is approved
-update item to approve /terminate flow if not approved
-condition, if item is over 10000—
-update item to pending additional approvals
-start and wait approval
-Condition- if outcome is approved
-update item to approve
-condition if item is over 50k…
-update item to pending additional approvers
-start and wait approval
-condition if approved
-update item to approve…
This would continue up to 8 levels depending upon the amount.
This Youtube video was spot on when using a list with based on dollar thresholds and one approver. However, upon doing more research and communicating with @abm my initial ask using get items was incorrect. This would be a sequential flow, so once the manager approves, and dependent upon the amount, it would go to Level 2 approvers then Level 3 approvers and so forth. For example, if my amount was over 55k, then, my manager would have to approve first, then the second level manager would have to approve and then the 3rd level would have to approve and so forth. I was looking for the below:
-When an item is created
-Start and waits for Manager approval
-Condition if approved (if rejected update item to rejected and terminate the flow)
-Update item to approved
-Get Items (for anything over 10000k)
-Start and Wait Approval for approvers (from the Get list) over 10000k
-Condition if approved
-Update item to approved
Thank you in advance Power Automate Community!