Filter by multiple conditions

Does anyone know how to filter by multiple conditions to produce one nested list. In my example I have a nested list with a couple of numbers, I want to filter out the numbers one and three which using the method in the image works, however it does it in two lists rather than combining the resulting list. I want to achieve one list outcome where it lists true for 1 and 3 and false for 2.

 

Filter by two conditions

 

I think that the “Or” node will prove very helpful for your case:

2015-06-12_20-58-51