Filtering list issue

Hello

I want to filter the list by containing the string “:”

in that case all of the 8 List should display as true but it only takes the specific item which contains it to be true and the rest are false

is there a way to get around this?

Thanks

sounds right to me, probably first item could work…if i understand :wink:

After String.Contains use the, “any true” node.

Or use List.Contains node and look at L2

I want all of 8 List to display as true because one of the items in it contains “:”

tried both also doesn’t work

You didn’t try that.
Do that then filter the lists.

1 Like

Hola Amigo @yzn0167306 buenas. after the node string contains use the node Filterbyboolmask, put both inputs in level 2 this will separate the items that contains “:” and keep the original list structure, i hope this helps you!

1 Like

This worked! Thanks

1 Like