I'm making a workflow that will take many files uploaded by the user. I first take a boolean input for whether or not the user wants to upload a file or use the default. Depending on that boolean I either want to ask them to upload a file or it will simply use the default. (The goal is to make this very user-friendly on the Web Portal). I want to throw my File Upload nodes in my IF Switch, but they don't have inputs, but simply variable outputs. How do I make them follow the if switch as well?
Thanks for your help!