Hi,
Given is google sheet with 250 entries in column A. I want to iterate the whole scenario using always the next entry in the column, row by row until the end.
How can I set this up exactly?
I’m struggling and I think this should be a common task in make…shouldn’t be that hard
What about using a search module with a condition “column A is not empty” ? then the search module will give you as output one bundle per row. You do not even need to use an iterator after that, just create the other modules after that. Here in my example, column A is named Invoice Number