"Or" node for list of booleans

Good day guys,

I noticed the OR node does not work with lists( at least, I ant get it to work) . Does anyone have a alternate node or work around to get the result?

If I have 2 lists:
0.true
1.false

0.false
1.false

I am looking for the answer :
0.true
1.false

The easiest would probably using a Code Block:

bool

3 Likes

Look for the “||” node :slight_smile:

http://dictionary.dynamobim.com/#/Operators/Action/Or

1 Like

@Avz @Einar_Raknes
Nice guys !! Thanx a lot. :smiley:

2 Likes