I am looking to import an entire folder of Excel documents into a workflow without having to add a new input tool for each file. I tried using a wildcard in the Input field, but I am having a problem.
All of the worksheets within the Excel files are named the same, however they don't all exist in each file. So for example, they appear like this:
Spreadsheet 1
West Region Sales
North Region Sales
South Region Sales
Spreadsheet 2
West Region Sales
East Region Sales
Etc.
Can I perform an If statement on the import that just ignores the excel file if it doesn't have the appropriate worksheet? Thank you in advance for your help.