I want to merge 2 parallel branches in Logic App and execute further steps on either of the above branch succeed.
Like in screenshot I want to execute 'JoinAction' on the success of either branchAction1 OR branchAction2.
Currently, it will run when both the branch finish running.
