How to continue flow execution after an error
When handling errors in the Flows, we can add parallel branches so one of those would run on success, the other one would run on error. However, in the example below, there is a Flow with two parallel branches configured that way, and, even though “On Error” branch is there, the Flow would only execute… Read More »