Should it be like that? I’ve tried multiple versions and it seems that nothing works
In this case wokrflow runs through all items in the first and second page from first link but after receiving another category link it stops.
No, not like that, the loopback needs to happen from the end of the loop. Think of it this way: every time the loop over items node takes one item from the input and passes it to the next node. The loopback needs to happen when you want the loop over items node to pick up the next value.
For example these are links, I am trying to scrape:
I want to go through every link one by one, scrape Items from all pages (if they exist) also one by one and when there are no more items to scrape, I want to go to the next link and repeat the process.