ForLoop Step
- 16 Nov 2023
- 1 Minute to read
- Print
- DarkLight
ForLoop Step
- Updated on 16 Nov 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > Flow Management > Iteration |
The ForLoop step loops through a set of steps for a specified number of iterations. The resulting pathway(Next) must return to the ForLoop Step to continue to each iteration. When the quantity of iterations has been reached, the Flow will continue along the Done path.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
No of Iterations | Amount of times the step will loop. Example: If "Zero" is specified, the Flow will execute without any iterations. If "One" is specified, the Flow will run once up to the ForLoop Step and then iterate again, starting from the step where the "Next" Path of the ForLoop Step is connected, completing the Flow. | Int32 |
Outputs
Property | Description | Data Type |
---|---|---|
Item | The value of Item ranges from 0 to N-1, where Item represents the number of iterations passed and N represents the total number of iterations. | Int32 |
Was this article helpful?