Join parallel branch with or condition in Logic App

Ratnesh Saxena 1 Reputation point
2021-09-14T08:44:18.967+00:00

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.

131915-screenshot-2021-09-14-140939.png

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,856 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,656 Reputation points
    2021-09-15T09:15:31.953+00:00

    @Ratnesh Saxena If any of your parallel branch action fails your logic app workflow run will be Failed. When you Join Paralle branches then it waits till all the branches are sucessfully executed and it waits till all your branch execution is completed. Unfortunately there is no way the next join branch action will executed while one branch is still executing the actions.

    0 comments No comments