
I am new to Power Automate and have followed tutorials online to create a flow, which until yesterday worked fine in testing.
My flow uses a query on a list and a condition prior to generating approvals e-mails which later time out if a response isn't received in 'x' minutes.
I also have a condition using the outcome from the approval action to update the list as Approved/Rejected, which the flow does fine.
For some reason at the end of the flow (once all applicable items have been through the flow) the approvals are restarting.
Any help/trouble shooting would be appreciated.
Thanks
Hi @chrissmf2023 ,
In the Flow's action of approval,
Go to the ellipses (3 dots) and click Settings
In that find 'Retry Policy' and make it to 'None'
So, even if your flow is timed-out or no response is found, the flow won't trigger another time to re-trigger approval.
Hope this helps