Iterating through Google Sheet Rows

Status: Open · Asked by Mike Pearce on · 0 views

MikePearce — Question ·

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?

Arshita — Reply ·

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:

youtube.com/watch?v=zJaGQ-SIB0I

Arshil Ahmad — Reply ·

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.

Back to all forum threads · Log in to reply