Group list a equal b

I hope you understand my problem.
I would like to group the windows in the same way as the rooms. But I can’t do it and I don’t know where my thinking error is.

Use GroupByKey instead of GroupByFunction. You’ll have to get the id of the rooms but then you can use that value (key) to sort both the rooms and the windows.

1 Like