Compare lists

Hello everyone!

I’m trying to check for each elements of a list if that element is presented in an other list, and get as many True or False results, as many elements my first list has. Is there a way to do it?

List.ContainsItem node does exactly, what i needed.

Thanks for your post Yna_Db!

1 Like