Can´t set instance parameter after filtering by type parameter

Hi,

I´m new to this Dynamo thing.

I´m trying to filter door by the function parameter value. In this case interior and exterior. It seems that I´m getting the filtering right but I can´t set the instance parameter (comments). I just wan´t to set the “door set handing” to the interior doors.

Does anyone had similar problem with this.

JB

Hi.
Input of “Door Set Handling” node should be a list of “door elements”, not Id.
Simply remove “Element.Id” node:

Thanks. It works.

It works also with element id if I use Select.ByElementId after the filtering.
But that seems to be unnessasary.

Thanks!

JB