Not sure what I am doing wrong here. I am just setting and Level who’s name contains “Roof” to one Value, and all others to another value.
What if you flatten the list before plugging it into the Element.SetParameterByName node?
Nope, Flatten didn’t work
Your ‘List’ from your List.FilterByBoolMask node has to be plugged in from the output of your All Elements of Category node. At present your trying to set a parameter to a line of text - not to a level
1 Like
That was it! Thanks!