I am trying to figure out what should (in my mind) be a relatively simple problem and can't seem to figure this out.
I have a workflow with roughly 12 different input files that will be run on a monthly basis. Each input file is different from the others. However, they will all be stored in the same common directory AND they will each have the same name from one month to the next. So, as an example:
File_Foo.xlsx
File_Bar.xlsx
File_Bar.xlsx
File_Keep.xlsx
will have the same names from one month to the next. However, they will be stored in different directories each month. Is there a way for me to update just ONE tool so that it sets the directory for all the input files at once? I tried a user variable but that didn't seem to work. and the Directory input file seems to assume that either all the files are the same layout or just smashes them on top of each other without any care for the different structures within each file.
How can I do this?