I want to generate a new list of room elements based on them having their room parameter ‘Department’ set. In this example, one room is set to Corridor and the other Storage.
Sounds like you just want to filter the rooms based on having a value. You can do that with FilterByBoolMask
and a conditional test.
2 Likes
Or GroupByKey
.
1 Like
or List.GroupByFunction
1 Like