Hi guys,
I have a flow that I needed to run a parallel branch for the flow to continue. The reason I did this was because the Parse JSON action was failing due to the schema. What I found was depending on the response of the HTTP action that changed the schema slightly. So i added the branch with 2 Parse actions with different schemas. I then came across another item where the schema was different so created a third branch.

What im seeing now is that flows fail (even though one of the branches run) or in some cases 2 or all 3 run



My question is, is there a better way to do this or something like a try branch 1 first and then go to branch 2 etc... ? Would adding the actions to a Scope be a better way of doing this?
Thanks,
David