Hi!
I have a flow that is triggered from a Power app. For most runs I have managed to implement error handling but sometimes I will have to accept failed runs. However, when failed I would not want the whole flow to re-run several times (as it is now, 4 consecutive runs are always performed when the run fails). I have tried to set each individual step in the flow to retry 2 times. But still, the whole flow retries 4 times regardless of how the individual steps are configured.


Is there anyway to turn off automatic retries for the whole flow? Is it perhaps possible to send in a retry parameter when calling the flow in power apps?