question

RatneshSaxena-8271 avatar image
0 Votes"
RatneshSaxena-8271 asked MayankBargali-MSFT edited

Join parallel branch with or condition in Logic App

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MayankBargali-MSFT avatar image
0 Votes"
MayankBargali-MSFT answered MayankBargali-MSFT edited

@RatneshSaxena-8271 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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.