Hi Team,
I’m trying to create the following flow.
- Every X minutes
- Go through a Google Sheet, and pull the rows that have 1 in X column. This is feasible with FindRows
- Loop the data and send 1x custom email to each email (one per row). The email is another column of this sheet
My problem:
- I make the loop iterate properly, but I do not get the correct data, although I take the items from within the loop piece (which was the most common problem I noticed in the community)
I have started thinking that I should edit the data with an extra step.
I’d appreciate some help. Screenshots attached.
Thanks a lot!