Set a Level instance Parameter

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 :frowning:

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 :slight_smile:

Hi @roncroke3743 , you’re feeding the setparameterbyname nodes strings here.

Try this:

1 Like

That was it! Thanks!