Host-ID vs Element ID

help appreciated!

Iam trying to map a windows Host-ID parameter to list of Element.Ids (walls)

the list format should be valid for both lists

the result of the list.containsitem node is always false although both elements of my items are part of elementid

and yes i see the dataformat of Element.Id is not the same as Host-ID, that is why i tried a little python script converting items to double. the result is the same, as the obviously are element.Ids?

any clue??

id-id

Have you tried converting them to strings?

andreas, yes, i think i tried almost everything…

noticeable is that the Host-ID seems to be of type int while Element.Id provides doubles.

string results in “false” in the ListContainsItem node