Using loops with google sheets

Hey there i just want to go through a google sheet, from the first to the last entry. I did this:

So i just got the rows from the google sheet, then i looped with the google-sheet (which seemed to work, because it did the process 5 times, which is excatly the number of my rows right now). but then i have a problem, because i cant dynamicall catch the information from the google sheet, it just catches always the first entry. how can i do that dynamically, so that in every loop i catch the next entry?

Best regards

1 Like

ok i found kind of a solution, not beautiful, but if works:

the first get next row i scrap the first 100 rows, the second one uses the same sheet but a different key and i always catch just 1 flow. my test showed that it works. I am still happy if there is a smarter solution :slight_smile: