Filtering integers in lists

Hello!
I’m trying to filter some integer numbers from a list but I can’t do it. I’m missing something.
My goal is descompone the whole list in three different lists.

Sorry for my English, it’s not my mother tongue, and thank you in advance.

Lacing issue. You’re using longest for both sets of nodes. Cross product is what you are after. The results will need to be transposed and then use a list.contains to look those over for any true values, and use that to filter.

2 Likes

Thank you! :smile:

2 Likes

hello guys
I dont know where the list.contains node is. Could you help to me?

From the Rhythm’s package :slight_smile:

1 Like

Thanks @pmerryason