Hi everyone, I am new to Alteryx and I am trying to import multiple sheets from a single Excel file dynamically, instead of using a separate Input Data tool for each sheet.
There is one complication in my file structure. The first sheet contains a header row in row 1 and the data begins from row 2. All the following sheets contain only data with no header, and the data begins from row 1.
I tried adapting the solution from this community post:
https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Import-Multiple-Excel-Sheet-from-same-File/td-p/1239124
but I was not able to get it working.
Has anyone handled a similar scenario or can suggest an approach for combining these sheets dynamically while applying the correct header only once?
Thank you in advance for your help.