Skip to Content

DoLoop

DoLoop operation implements a familiy of loop statements. The Loop type parameter defines one of the three loop types: do…until, do…while, and while. The equality condition defines a condition for quiting the loop. Note that you can use template literal for each values of the condition so that you can use the execution context (eg variables) and avoid the limitation of the equality-only condition presented by the UI. DoLoop operation contains one inline scenario, which is the body of the loop. You can drag-and-drop operations inside the inline scenario and from/to outside it.

Last updated on