Update table in loop

Hi all,

I’m trying to create a workflow that extracts in formation from a source and every step of the loop it should add what was found to Table1. There fore Table1 will have x1 number of rows for the first iteration, but for the second iteration it should have x1+x2 and so on.

I was thinking of something like this (Table1 is empty, it’s where I want to gather the information)

image

I know I should be saving the information somewhere but I don’t know how

Hi,
welcome to the KNIME Forum! You can simply use the Loop End node. It concatenates the tables from all iterations.
Kind regards,
Alexander

1 Like

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