Create a new table in each loop iteration

I need to loop through all rows in a table and use each row and combine some other table data to create a new table for each row. I can only find “loop end” node which concatenate result of each iteration and
“loop end(Column Append)” which put each iteration result as new column.
How can I create a new table for each loop iteration?

@knimeavnst you could create a new filte name at each iteration and save the file to disk and end with a variable loop end node.

The loop end node would collect the results per line. You could start with chunk loop or table row to variable.

2 Likes

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