Remove items with only 1x index value

Hi there,

I’ve got 2x lists of View Name’s, and I am wanting to remove all the items which are not split by the string. ie, all the items that only have a ‘0’, in the L1 level. How can I do this? Thanks in advance.

Why not use a String.Contains node and then a List.FilterByBoolMask node to filter your list of view names?