Best Way to Handle Conditional Outputs Without Using a Function?
I have a question: I have a switch with two outputs. In my flow, only one executes, but the next node might try to capture data from either the first or the second output. Is there a way to capture these variables without getting an error? Because usually, the error I get is that one of the outputs didn't execute, and I'm calling a variable that doesn't exist (even though I placed conditionals on the variable). I usually solve this with a function, but my question is: is there a less technical or no-code way to handle it?