Overview
The Loop action allows a workflow to repeat a set of operations multiple times, until a specific condition is met.
...
This action is key for automating repetitive tasks or processing multiple items in a collection.
...
Loop Config Field | Description | ||
---|---|---|---|
Source Type | It allows the user to select the source of records on which the loop will be performed. Note: By default, the Source Type is Model. Other options include Variable, Nested Field and Iteration Count.
| ||
Model | When you select | ||
Workflow | It allows to use available workflows in layout to run in loop. | ||
Looping Variable Source Type | It determines the source type for the variable that will be used as the looping variable. Note:
Variable: Nested Field: | ||
Looping Variable / Looping Model | It allows the user to define the looping variable or model for the loop action. Note: If you have chosen Nested Field as Looping Variable Source Type, this field will not be visible. | ||
Models | It enables to add looping model which can be used later.
|
...
Modal Field | Description |
---|---|
Label | A user-friendly name for the model label, used for easy identification within the application. |
Name | The unique identifier for the model label, typically used in code or within merge text. |
Model | It enables to choose from available models from layout. |
Field | It enables to choose field from object whose model is chosen. Note: It will be visible only when you chose the model. |
Filters | It enables to filter out the data for model using AND OR logical operators. |
Binding Variable | It enables to choose binding variable to the model. |
Action Details
...
Include Page | ||||
---|---|---|---|---|
|
...