Invert Boolean list

Hey, I have a list of Boolean input that i want to invert ie True = False and False = true

Any Idea

Hi, why do you need to invert it?

You could try this @sam.hosny . Maybe others can give a simpler way. Hope this helps.

1 Like

There is a simple way - connect your list of bools into a not node! Done.

5 Likes

7 Likes