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.