Iterator common parameters

Stop on condition = drop-down

Select Yes to stop the iteration based on a condition specified in the Condition property. The default setting is No.

For this property to be available, set Concurrency to Sequential.


Condition = expression editor

Click the gear icon to open the Condition dialog. Use + and - to add or remove conditions. Each condition has the following columns:

Input Variable: An input variable to form a condition around.

Qualifier: Select whether the condition should be applied (Is, the default) or reversed (Not).

Comparator: Select from:

  • Less than: Value of the input variable must be less than the specified value.
  • Less than or equal to: Value of the input variable must be less than or equal to the specified value.
  • Equal to: Value of the input variable must be equal to the specified value.
  • Greater than or equal to: Value of the input variable must be greater than or equal to the specified value.
  • Greater than: Value of the input variable must be greater than the specified value.
  • Blank: Checks whether the input variable is empty.

Value: The value to compare against.

Toggle Text mode to write the condition manually as a JavaScript expression instead.

Toggle Use Grid Variable to use a grid variable to define the condition.


Combine conditions = drop-down

When multiple conditions are present, they can be separated by And or Or.

  • And: All the conditions must be true.
  • Or: Any of the conditions must be true.

This property is only available when Stop on condition is set to Yes.