Skip to content
On this page

While

Description

Allows you to execute a process repeatedly while meeting a specific condition. This activity is useful when you need to execute an activity multiple times.

Properties

CategoryPropertyTypeDescription
MiscConditionIn(Boolean)The specific condition you want to choose for the execution.
E.g: “var_counter < 15” – this means the activities inside the Body will be repeated until the counter variable is higher than 15.

A product of IRTech Company