Navigation:  Reference > Flow Controls > Loop >

Loop While Condition is Satisfied

Previous pageReturn to chapter overviewNext page

Loop Multiple Times will repeat the actions under it while the condition is satisfied.

After selecting the "Loop While Condition is Satisfied" item from the "Add Flow Control" menu, you will see the editor like this:

condloopedit

 

The editor is similar with that for Conditional Branching, the expression you created will be checked to decide if the looping will continue.

condlooppreview