Lists -> bool AnyTrue

Hi all,

See picture below.
I want the green circle look like the red one, but can’t get it accomplished… I tried all possiblities, but can’t get it right gggrrrr…

List.Flatten(@L3) and then Boolean.AnyTrue could be an alternative.

1 Like


Try this method instead. Simplicity is always better :slight_smile:

1 Like

I typically would use count true, and filter by >0.

1 Like

Try using the out of the box node, and then a Not to invert the true/false value.

Yeah the Clockwork node does exactly that :smiley:

1 Like