Control the GroupBy node via variables fails --> Bug(?)

Hello,
I’m trying to control the GroupBy node via variables. To do this, I create a list of columns and a list using the aggregation method. Nothing special.
image

GroupBy config:

Unfortunately it does not work. I get an “out of bound” error:

I am using KNIME 5.2.1

When I reduce the number of columns to one (still a list type), it works, but with multiple columns (see pics above ) not.
(Yes, I checked the other topics of this forum, but no solution found.)

Thank you in advance.

Hi @mkammerer

You have a mismatch in data type here (string vs list):

image

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