I need import data from excel every month. The excel file names and sheet names are different every time. But I only need import data from the first sheet of the file and their formats are consistent. Currently I use dynamic input to read the file, but in order to read the sheet contents, I need specifiy the sheet name. Is there a way to tell Alteryx to always read the first sheet of the file?
you can do this way. if only one sheet or sheetname got any pattern.
1. input tool - load by list of sheetname, output fullpath (use wildcard in filename if possible)
2. filter - get specific sheet name (if required)
3. formula - Replace([FileName], "<List of Sheet Names>", [Sheet Names])
4. dynamic input - setup the how you input sheets (like 1st row is data, import from line x, etc), and replace fullpath in config
5. continue develop
For this, I will need:
My workflow would look like this: