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