I’m trying to compare a list of booleans in order with several sublists of booleans. There are four indexes in each sublist and I want to see if the booleans occur in a specific order. In the example below all sublists in the order TTFF should return true, but the List.Contains node doesn’t seem to get me there.
I’ve used the == node, but that compares items, not lists. I have also tried different level inputs and listings. This seems to get me the closest (proper number of outputs, but not the correct result).
Thoughts?