
Currently, I'm working on a PowerAutomate sequential approval flow.
Problem statement:-
There are a total of five levels of permission, and the recipients are set dynamically in Flow. Now, the amount of approval required relies on two SharePoint list variables. The first is by transaction status, while the second is by project cost. If it helps, the matrix is constructed in another SharePoint list. My flows are displaying an infinite loop fault as they are currently written.
When a certain receiver declines the project, the project must be marked as rejected with rejection notes. Once everyone has given their approval, only then can the project be designated approved. Is there any method to accomplish this specific objective?
Thanks,
HT