Definition and Usage
The While command is used to execute a set of commands as long as the condition is true.
Parameters Values
Parameter | Description |
| Select a previously created variable, or input an expression, text, or number. |
| Select a condition between the i.e., "Greater than (>)", "Equals to (=) ", or "Less than (<)". |
| Select a previously created variable, or input an expression, text, or number, to be checked with the |
Example
This workflow will set the variable "number" to 10 and log a message each time until the "number" reaches 15 (or is greater than). As the workflow progresses, 1 is added to the "number" each time. The workflow will end once the "number" is either equal or greater than 15.