AllFalse CountFalse CountTrue

In this case we have list with all elements equal False, to simplify next step I used replacement from “” to “false” (without “” is not string)
obraz_2021-11-03_021643
In next step I try to define bool because whole list is constain of the false
obraz_2021-11-03_022000
obraz_2021-11-03_022035
obraz_2021-11-03_022045
And that’s what comes up
Is it the reason, can I use other function to achive same results?

What results do you get from a List.UniqueItems node?

seems fine…

Alternatively!

Sory, I found mistake in my script, do you know how to delete this post?

Rather than delete it, it would be better for you to post what you found in case someone else has a similar issue.

3 Likes

Problem was in one of my custom nodes, I had to check all of them and in one i used | “false” | instead
| false |, it was a reason.

1 Like