Sorting multiple item, probably very easy

My question is probably very easy but here is what I’am trying to do :

what I want is to remove *1 *5 *7 *8 from my list
so I want something (or an other tool) to help me having the dispatch B output giving me only 102 103 104 106 values.
I did try to do something with the “create set” and “domain” tools but it did not work…

thanx you so much !

Probably there is a shorter way since I am not familiar with this component but you can add all values and convert bool flags to numbers you add, if them are bigger than 0 you cull them.

so perfect ! thanks !!!