combine two rows in one

Hello,

I have two columns. There are same values in Col0 and if this is the case the values from col2 should be combined in one.

For example my list
image

In the end it should look like this

image

I hope you understand and anyone can help me.

Thanks.

Hello @Knimer17,

you should use GroupBy node with name column as your grouping column and Concatenate aggregation on your number column.

Br,
Ivan

6 Likes

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