The Loop: For Each Page action let's you loop through large arrays one page at a time.
Unlike the **Loop: For Each Item** which applies an action per item in the array, the Paged Array executes actions for each page of data in the array.
In this example, we'll create an array with 6 items. We'll set the page size to 2. This means we'll have 3 pages of data with each page containing 2 items. You can think of this paged array like the following:
Like the previous section, we need to create an array that contains 6 items in it.