ForLoop Step
  • 16 Nov 2023
  • 1 Minute to read
  • Dark
    Light

ForLoop Step

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > 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

PropertyDescriptionData Type
No of IterationsAmount 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

PropertyDescriptionData Type
ItemThe 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?