Or Node returning Null

I have two nodes with Bool outputs that I am trying to use the Or node with, however the result is Null from the Or node. I am not sure why it is returning that. I also tried using the == node in lieu of the “Equals” node shown with the same result. I am sure it is something simple I am missing, but any help would be appreciated.

Or node

Or does not accept lists, try || instead:
http://dictionary.dynamobim.com/#/Operators/Action/Or

1 Like