I am attempting to iterate over several records in a Google sheet in order to add those records to a Quickbase table. I am able to successfully Find the Google sheet and am using the “Get many spreadsheet rows” to create an array of the data in the rows.
What I am struggling with is looping these values. I have the Loop configured to iterate on “line items” being passed from the previous step. When I set the Loop Value to “Rows” and include the array value for “Rows,” it takes ALL row values and puts them into a single record in Quickbase. I cannot figure out how to tell the Loop to iterate over the records WITHIN the Rows array.

