If the trigger you are trying to stop is looping, then all you need to do is put into the loop an if-the-else action saying "if booleanVariable equal to true then skip remaining actions". Then, in the other trigger, you just put the action "set booleanvariable = true", and when you want to use the first trigger again, set it back to false. |