

Select the “Next” button item that will be used to move to the next page.
Select the total amount of pages that will be looped through.
A Page Count of 0 will loop until the “Next” button is not present.
Created Script

Scaper Content – retrieves the ScrapedCollection and places it into a variable.

Loop through Scraped Content – the ScrapedCollection is looped through row by row. Note: the current Row Index will be set to the CurrentItem variable.
Get Headline Value – retrieves the column with the name of “headline” for the current row index. Note: a Get Value for each column name will be added.