Scraping of multiple pages and data entry

Hi,
I have a problem with a web page iteration after scraping.
In my flow, I collect the data in the table.
These data are on two web pages.
I collected the data in a single excel sheet, in a single table.
(20 lines on the first page, 7 lines on the second)

Sequence2.xaml (17,2 KB)

The requirement is that later in my flow, I have to go back to this table, and insert a string in a cell of all 27 rows.

The bot crashes, when the first page ends,
and then it doesn’t go to the next page.
How can I solve it?
Thank you

1 Like