How to stop the flow until iterator module is done?

I need to search in rows for different rows with an iterator before. But i need all the information until the process should continue. Now the iterator is starting with the first row and then the process is completely continuing until the end and then the next row will searched. But I would like to search all three rows before continue the process. can somebody help me how to set it up?

1 Like

Hey there,

what is the data you are trying to process like?

The idea of the iterator module is when you have an array of items and you want to process each item individually. Not when you need to search data.