Background:
- I am building a workflow where I am dynamically inputting 2 files (today and last business day) from a single folder directory into Alteryx.
- Each excel file has a date stamp (MM.DD.YYYY) as seen below, which contains a single worksheet.
- The worksheet name = excel file name, and so is unique to each file.
- A new file is generated every day.
- The data table/schema in the excel files are the same.
To identify the 2 most recent files, I am using Directory Input, identifying the date stamp from file names, sort dates in descending order, and using a sample tool & filter to identify today & last business day's files.



Problem
In order to use the Dynamic Input tool, I need to select a file as a Data Template. Given that each excel file has a worksheet name that is unique to itself, I am not able to use Dynamic Input tool.
Any suggestions on how to get around this issue?
If I can wild card the input template's worksheet name, that'd be ideal.