How to get from two lists similar elements?

Hi everyone

I have question. How can I make list with gives me result of true or false and select me only this numbers with are similar ? Now I get nulls but I want true or false if numbers are similar;)

Thanks in advance

@krzysiektoja ,

hmmmm… you can use code block:

x == 37500 ? true : false

so you will get your boolean

string variation

KR

Andreas

1 Like

Hi @krzysiektoja,

I’m using 2 custom nodes (local package) for that purpose.

This is what is inside the “List_CompareLists” node:

This is what is inside the “List_CompareLists[Boolean]” node:

3 Likes

Thanks it works:)

1 Like