Google sheet - row by row execution
Dear N8N enthusiasts !!! I use Google Sheets as a database; in each record on the main sheet, there is a new "item" entity. In this scenario, I want to select the first item from the first row and then execute all nodes of the scenario. Then the scenario should extract the second row and manage all remaining nodes as a fresh one. I have to misconfigure something because, on the first run, the very first node gets all the records, and the remaining nodes try to use them in one pass, which makes JS not work correctly. How do I force my scenario to go through a table, one row at a time, until the last node, then start over for the next item?