Conditions can be moved using the up/down arrows next to the condition or at the bottom of the dialog box, or by using copy/paste. When a condition is moved, the condition and any actions inside of that condition also move. If a condition has an else statement under it, the else statement is also moved. This is because the condition, any actions inside that condition, and any attached else clauses are considered a conditional block, and the entire block is what is being moved.
Example:
Condition A ![]()
Action 1
Action 2
Condition
B ![]()
Action 3
Click the condition A down arrow ONCE, and Condition A and its child Actions are moved as a block:
Condition
B ![]()
Action 3
Condition
A ![]()
Action 1
Action 2
This same behavior does not apply when the condition being moved is part of a compound condition. To move one of the conditions inside of a compound condition down (or up), and, therefore, outside of that conditional block, you need to click on one of the condition’s up/down arrows:
Condition
C1 ![]()
and C2 ![]()
Action 1
Action 2
Condition
C3 ![]()
Action 3
Now click on the down arrow to the right of C1:
Condition
C2 ![]()
Action 1
Action 2
Condition
C1 ![]()
Condition
C3 ![]()
Action 3
To move
a compound condition, you need to select the ENTIRE condition by clicking
question mark
at the far left of the condition:
Condition C1 ![]()
and C2 ![]()
Action 1
Action 2
Condition
C3 ![]()
Action 3
Click the question mark
then either drag the cursor down or click
the blue down arrow
at the bottom of the dialog box (not
the down
arrow to the right of the condition):
Condition
C3 ![]()
Action 3
Condition C1 ![]()
and C2 ![]()
Action 1
Action 2
Adding a Condition to an Event Rule