The Edit an Array Property action lets you modify an array in memory. The Loop: For Each Item action lets you loop through each items in a collection and perform an action.
In this example, you'll learn how to create an array and add items to it. You'll then see how you can cycle through each item in the array.
We'll create an array with 3 items in it. To create this array perform the following steps:
The array has now been created with 3 new items in it (1,2,3). Next we can loop through this array by using the Loop For Each Item action.