Loop Activity

Modified on Tue, 30 Jan, 2024 at 5:54 PM

The "Loop Activity" facilitates the repetitive execution of a branch within a workflow. The number of times this loop is executed is determined by the size of the array input provided to it. Once all the items in the input array have been processed, the loop concludes, and the workflow proceeds to the subsequent activities.


A simple workflow diagram below illustrates the structure of a loop and its corresponding path:


Within the loop branch, the "Loop Activity" furnishes the following outputs for the activities to utilize:

  • Current Item: The current item from the input array, accessible for use within the loop.
  • Current Iteration: The current iteration of the loop.
  • Maximum Iterations: The maximum number of iterations the loop will execute.


It's important to note that the "Current Item" and "Current Iteration" outputs are only available within the corresponding loop branch. Outside of the loop branch, only the "Maximum Iterations" output is accessible.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article