How to take a specific action, based on a set of booleans

Hey there,
i want to take a specific action, based on a set of booleans.
The possible outcome for each “set” (which contains 3 booleans) can only be:
“true / false / false” → option 1
“false / true / false” → option 2
“false / false / true” → option 3
So for each set, i want to chose one of the three options and continue with a specific action.
Can anyone tell me how to approach this?

Thanks for any help!!

You mean something like this?


TestBoolean_re.gh (17.2 KB)

2 Likes

Oh yeah!!
That might just be it, thank you so much!

So if i want to continue with my problem i just need to refere to the branch number right?
Basically i have to read out the number (underlined in red) and then filter out these branches from my original list? How would one do that?
Screenshot 2023-01-28 155006

1 Like

oh damn, didnt even see that.

youre awesome thanks!