I am working on a project, users will update comment fields in an Excel file that lives on a shared folder.
My Alteryx Workflow will be scheduled to run at the end of the day to capture all the updated info from user comments in all 29 files, and push that into a table in our Snowflake database.
The issue is this:
1. There will be 29 separate files in the shared folder, one for each of our business areas. The names will be in a format like...
"Daily Report SOUTHEAST 20181120.xlsx"
2. The tabs in the Excel spreadsheet will be named similarly to the files - they'll have the date dynamically, and the area in it - so the tab I need to capture in the file in #1 above might be called OUTS SOUTHEAST 20181120... the tab will always be the 2nd tab, but they will be named uniquely - 29 different names 
3. Because of the file and tab naming, I don't believe I can just use a simple wildcard with an Input Data tool. My experiments with that have failed so far.
I believe I need to create a Macro tied to a Dynamic Input tool for this to function properly, but I haven't done something like that yet, so I am lacking confidence in that area 
Has anyone seen a situation like this? Am I on the right track?
Thanks