How to handle nested loops

In the case of a nested loop, will the inner loop start and loop end automatically connect, or do I need to configure it?

Hey @h_petheram,

There are few ways to implement nested loop in KNIME. The easiest I will suggest is to put the inner loop into a metanode.

The last one you opened (inner) will automatically be the first which you close. You don’t need to “map” them
br

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.