I´m unsure on how the iterator works as well. I want to "read" through a number of rows in a google sheets file, that is not the trigger, to obtain data for my next step. How can I use it?
When configuring the workflow with the iterator action step, you will initially see only the first item of the array.
However, once the workflow is triggered, it dynamically goes through each row to all the numbers within the array.
Whereas you don't need to worry about missing out on any important information - the iterator action step ensures that every item in the array is accounted for and processed accordingly. So, rest assured that your workflow will efficiently handle all the numbers in the array in execution, enabling you to effectively manage your tasks without any omissions.