I have an Excel Binary File which is downloaded from the System every month. Each file contains only one Sheet and the Sheet Name varies month on month. For example
| FILE # | Sheet Name in April | Sheet Name in May |
| File 1 | 903017 | 962135 |
| File 2 | 874564 | 845752 |
| File 3 .... and so on | | |
When I built the workflow, I built it using the April Files loading April Sheet Names and it works well.
Now when I replace the source folder with the May files, the May Sheet names are different from the April ones as depicted in the above table and therefore the Input Tool does not read them.
How to I force the Input Tool to read the only sheet available in each of the files irrespective of the changing sheet names.