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
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
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 “:”
You didn’t try that.
Do that then filter the lists.
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!
This worked! Thanks