Hello!
I have been trying to figure out a way to create a conditional interface in the app that would determine which container to update a file in. Basically, the idea would be a like what is shown below in the figure.
Drop down in app to choose between 1 and 2
If 1, the file update should update container 11
If 2, the file update should update container 12
Output should only be the one that is selected

I am running into an error in my app that the input file not chosen needs an input.
Any help would be much appreciated!