We have a workflow where we are pulling in data from 30 excel files and 2 tabs in each file. And we have to do this for each month.
The challenge is that the tabs are named differently in each file. (example- xyz, x y z, x-y-z, x-yz, etc.)
Is there a way in Alteryx, by which I can pick all these excel sheets and rename all the tabs together?
I have added a set of sample files. Let's assume we want the first sheet in each of these sample files to be named as 'Sheet'.
Thank You