Information required regarding Loops in Knime.

I am new to Knime, I have a question regarding loops in Knime. I have implemented loops in knime and observed that each time the loop is executed it picks the “original” data and modify it and append the rows based on iterations. Instead of using the data of last iteration and modifying it accordingly. Is it possible to do so ?

Thanks.

Hi @nikola_tesla

The recursive loop pair of nodes is what you need to use to have last iteration generated data reinjected into the next iteration:

Hope it helps.

Best

Ael

Thank you for the response, I will check it thanks. :slight_smile: