@B074534 one approach could be like this:
First you select the columns you want to aggregate and create a string that contains the column names separated by comma and blank with Group By Node:
Then you create a Regex pattern to exactly identify the list of columns you want
And finally you enter the pattern into the Group By node to get the result.
You could do other aggregations as well.




