Hello Alteryx Community. I have a workflow that joins multiple Inputs that I am joining and appending into a single file. For example, 10 different files, joined then appending into one output file. However, sometimes I may not have or need 2 of the 10 files, so I might only have 8 files I need to join/append at times. When I disable the containers for those input files I don't need, the workflow wont complete because there is no input in the join tool and I get the "Left & Right Inputs Must Have Connections" error. How can I prevent this is instances where I will be missing some of the inputs but I still want to join/append the inputs that I do have?