(PAuto + LA) Disable any action in a flow/logic app #3318
kisubedi
started this conversation in
Feature Requests
Replies: 1 comment
-
+1 but I can see why it'll be tricky, since subsequent actions may reference the one you're disabling. I'll usually put in a Terminate action before the action I don't want it to run, but realise this won't work for a lot of the scenarios you'd want to disable an action. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can simply right click on any action to disable the action and its dependencies (Scope disables all actions inside it, Condition disables all the actions in Yes/No branch) and right click on it again to enable it.
Beta Was this translation helpful? Give feedback.
All reactions