Do While
Brief description
Do while is a loop that executes a block of code at least once, and then repeatedly executes the block as long as a specified condition is true (examples of use)
Step Information
Step Name (Not required)– the custom name of the process step that labels the editor’s process step box
Input Parameters
Append variable (Not required)– enables user to select one of the variable names previously defined
Condition expression (Required)– boolean condition that needs to be true for more than one execution