• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Iterating through Google Sheet Rows

I think I'm missing something simple here, when I use Get ROws for Google SHeets, how can I then iterate through each of those rows and do something with them?
 
A

Arshita

Guest
Hey @MikePearce

Kindly provide us with the workflow name in which you are getting the issue so we can check on it and guide you further.

Also, please refer to the below video tutorial to understand more clearly on Iterator module:
 
Hi,

Thanks - I did watch that, but it uses the iterator to read JSON and post to Google sheets. What I want to is _read_ several rows from google sheets, then do something with each of them.

 

ArshilAhmad

Moderator
Staff member
Hey @MikePearce,

This is how you are supposed to use Iterator with Google Sheets: Get Row(s) action event.
  1. Google Sheet: Get Row(s) captures the entire data from your spreadsheet.
  2. The Iterator processes each row of your spreadsheet one at a time.
You can then use the responses from the Iterator in whatever way you desire.
1684540696022.png
 
Top