In logic apps how to terminates a flow which is only inside a scope control?

Bharvi Bhut 181 Reputation points
2022-07-06T10:51:16.93+00:00

Hello There,
Is there any way to terminate only a actions which is inside the scope control.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,335 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sujithreddy Komma 581 Reputation points Microsoft Employee
    2022-07-07T05:57:50.057+00:00

    Hi @Bharvi Bhut ,

    Sorry could understand your requirement correctly.

    if you have a condition like below

    218310-image.png

    Response will automatically execute irrespective of when the condition is true or false

    if you want to skip any action based on the previous actions success or failure then you need to configure run after on that action like below

    218380-image.png

    Let us know if you need anything further

    Thanks,
    Sujith.

    0 comments No comments

  2. MayankBargali-MSFT 70,826 Reputation points
    2022-07-07T14:44:24.903+00:00

    @Bharvi Bhut Thanks for reaching out. For scope based on the True or False condition you can refer to this document by leveraging the condition statement.
    In case if your scope condition is failed/successful/skipped/timeout and you need to make sure that your next condition should run, and your logic app workflow should not fail then you should do exception handling in your workflow. You need to define run after behavior on your action for which you want to make sure that it should run if your condition failed/successful/skipped/timeout.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.