Hi Community,
Power Automate Cloud: Error handling for "http" POST request
I need to create an error handling for a "http" POST request in a loop
For this I defined an action for timeout/skipped/error
In case of all 2 loops are OK, it looks like this
but if the second http POST call failed, I get the error "An action failed. No dependent actions succeeded." and it looks like this
What do I have to do to handle this error correctly and the flow finished without an error?
Frank