Run a single list through multiple bool masks

Hello-

I have a quick list- related question. So I created a list of all of the lights out of a linked model, and have a bool mask for each individual fixture (but not all of them just the ones I am interested in)- I would like to repeat the list of all total lights through the bool mask of each individual light, so I can create a list for each type of light types I have selected in the model. Does anyone know the best way to the list through the bool mask so I can have a sublist containing each light?

Quick example with basic strings, but I think this is what you’re after? Can adjust to suit your graph following similar logic.

1 Like

Oh perfect! Thank you.