Element.setname node not working?

Hello,

Why isn’t the node Element.SetName renaming my doors as the new string list?

Cheers

It’s because you are trying to change a Type Parameter, but feeding it Instances. Feed the Element Type node to the set name and see if that works.

But you may want to only get Unique Types as many of these are probably the same type.

1 Like

Hi @SeanP. Yes! That works.

I’ll have a look at only getting the unique types to simplify it. Thanks heaps.