Loop

Provides operations for repeating a sequence of steps.
Component key: loop#
DescriptionThe loop component allows you to loop over an array.
For example, if you used the AWS S3 listObjects action to list objects in an S3 bucket, you can use a loop to perform an action on each of those objects.
#
Actions#
Loop Over ItemsLoops over items, applies each step in sequence, and returns a new collection of the results. Items must be an Array or Object. | key: loopOverItems
Input | Key | Notes |
---|---|---|
Items data / Required | items | These are the items to loop over. This must be an Array (list) or Object, and should be a reference to a previous step's results. |