The Wait for Variable Change action pauses execution of the current action sequence until the specified variable matches the conditions described.
Variable
The variable to monitor.
Value to wait for
The value that the variable will be compared against to decide if action execution should continue.
Comparison
The type of comparison to use when monitoring the variable. Options are:
- Equal - The wait ends when the
Variable
matches theValue to wait for
. - Not Equal- The wait ends when the variable does not match the value.
- Greater than - Wait until the variable is larger than the value
- Less than - Wait until the variable is less than the value.
- Greater Than or Equal To - Wait until the variable ≥ value.
- Less Than or Equal To - Wait until the variable ≤ value.