If/else node with 2 outputs

Could someone help me make a node that recieves boolean and outputs text depending on if bool is true or false? 1 bool input, 2 outputs to seperate results like this

1 Like

@1bitBoolean ,

playing like this


KR
Andreas

1 Like

Can’t quite tell what you’re after without seeing some data…

1 Like

You must show more information

1 Like

@manhgt214 ,

of course :wink:

KR

Andreas

1 Like

More information. I am going to use it with passthrough to prevent a part ofnode tree from running if the list. Equals output is false

@1bitBoolean ,

you can deal with variables

grafik

KR

Andreas

not 100 sure but how about something

Revit_PQga4RiLyP

1 Like

Sorry for my repeatedly clumsy wording. I wanted a node with 2 outputs where if input is true it outputs through top output and if false through bottom but realized a flaw - I want to use it to control passthrough node but didn’t realize if there was no output it would still output a null triggering passthrough. I need to redefine the entire thread into new one. Thanks everyone!

List filter by boolean mask might be what you are looking for.

1 Like