I am using a Directory module to import a list of filenames so that I can choose the one that is most recent and import the data with a Dynamic Input. My challenge is that the files I'm importing have multiple tabs with data. Is it possible to use some other logic to identify the tabs once I've selected the appropriate file so that the Dynamic Input can read the data from them? Has anyone else had a similar challenge?
My workflow begins with a Directory module pointed at a network drive and searching for *.xlsx files. Then, I'm using Formula to calculate Month, Day, and Year from the 8 characters at the end of the filename, sorting them descending, and sampling the first 1 row to identify the file I want. Normally, I would then use the Dynamic Input to get the data from the selected file. Can I use one Dynamic Input to identify the tabs and then another Dynamic Input to import the data? If so, would I use the same template file? I definitely need some guidance here.
Any and all help is appreciated.