Count Number of True in each Sublist

I have a list that contains several sublists or true false. For each sublist, I need to count the number of trues. So if there is one true, I can do something with that. If the sublist has 2 or more trues, I need to perform another action. Is there some way to read if there is more than 1 true for each sublist?

1 Like

Ok, right after I posted this, I realized I could use CountTrue and set the lacing to longest.

1 Like

is there a way to filter the List.CountTrue node I want to get a list of only the “true” pipes with a perticular parameter value

ps i know it’s an old solved topic (buy its creator itself :smiley: ) but im getting hopeles