Hey, I have a list of Boolean input that i want to invert ie True = False and False = true
Any Idea
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.
There is a simple way - connect your list of bools into a not
node! Done.