Dynamo 2 element id node not working

The element ID node is not able to get the ID of categories while it was possible in 1.3

Is there anything I’m missing?

You’re trying to get a element id of a category

2 Likes

I understand… but since everything has an ID it should get it. It did get it in previous versions and was a nice way to filter all kind of stuff.
I don’t want to filter based on strings, I trust IDs more.

Category is not an element, use Category.Id instead.
Dynamo 2.0 won’t call methods just because they have the same name if you use a node which belongs to a completely different inheritance chain - like element.

2 Likes