Skip to content
On this page

Do While

Description

This activity allows you to create a loop that execute a series of activities the condition is met. The series of activities will be run first, before the condition got evaluate. The activities in the Body will be executed repeatedly until the condition no longer met.

Properties

CategoryPropertyTypeDescription
MiscConditionIn(Boolean)The specific condition to be evaluated after the first execution of the activities in the body and before the next loop.
E.g: “var_input < 15”

A product of IRTech Company