Bug report: Recursive Loop End concatenates wrong columns!

Dear Knimers,

consider the following workflow:
image

with the following single-row starting table:
image

The Java IF tests the iteration number:
image

The first Column Resorter sets the column order to (column1, column2), while the second Column Resorter sets the column order to (column2, column1).

The result:
image

This should never happen I think. The loop should either fail, or rearrange the columns so that the column names line up properly before concatenating the results of loop iterations.

I attached the workflow below.

Best
Aswin

KNIME_project2.knwf (16.4 KB)

1 Like

A workaround can be found here, still hoping got the fix to be implemented :slight_smile:

1 Like

Apologies for posting a previously reported bug. Indeed I am now also using a column resorter before the loop end.

Hello!

no problem @Aswin. Here is topic on best bug reporting practices. Check first point under Before you open a topic :slight_smile:

Closing this topic and adding +1 on corresponding ticket.

Br,
Ivan

1 Like