You’re saying the list is not being set?
Are the values like [“Hello, world. Something something”] or [“Hello,”, “world.”, “Something something”]
The difference between those is that the first list is 1 item, and the second list is 3 items.
Also, List Count outputs a value equal to the number of items contained inside the list.
So [“Cake”, “Sugar”, “Candy”, “Sprinkles”, “Limes”] would give an output of 5 because there are 5 items within the list. This would cause the switches to not turn on because the value is greater than all the filters. (Also, “Pop” removes the LAST item from the list, so make sure it’s ordered properly)