Hi,
Is there currently a way to handle failures being returned from the HTTP Service?
I have added it to a flow with the intention of monitoring status of a particular endpoint. If the endpoint is no longer available then an alert should be sent to someone to check on it. However, it appears that if a failure returns from the HTTP Service (anything other than Success, e.g. 404 etc) then the Flow fails and doesn't continue. Ideally I want the flow to continue and then I can add a condition on the Status Code to determine the next action.
Any ideas? If this is something that isn't currently supported then I will add it to the Flow Ideas board as it could be quite useful for those times when you are expecting an error and want to handle it a certain way.
Lee