Currently, I'm working on an analytic app that takes two incoming files (from File Browse) and performs various tools on the data. They are then joined later down the workflow and additional tools are ran (since they affect both in the same way).
I want to be able to also have the ability to run 1 file or both files. If I use the options to collapse a container, the workflow errors because of the later join.
Is there a way to potential set the File Browse to have a default value for a blank file (headers only) so I don't get an error by inputting one of the two files?