I have a folder with 5 excel files with different names but the exact same structure. I am trying to use the directory tool combined with the dynamic input tool to go to my folder, go to a specific sheet called "Raw Data" in each workbook and essentially stack the data in all 5 files on top of each other. I also want to add a column that contains the file path of each workbook.
In the directory tool, for "directory" I just have my folder path. For "File specification" I just have *.*
In the dynamic input tool, for "input data source template" I just chose one of the 5 files in my folder. Then for "field" I chose FullPath and "action" I chose Change File/Table Name
I keep getting an error saying that one of my 5 files does not match a sheet or named range in a different one of my 5 files. I've check the data and all my workbooks have the exact same structure.
Any help is very appreciated!