Hi Alteryx Community,
I am currently trying to create a workflow that can bring in 20+ Excel files and from each Excel file, extract two tabs, and then have the 40+ tabs all appended into one file. After everything has been appended to one tab, I will be performing some additional filtering and formulas to clean the data up.
I have spent the last day or so doing research on what batch import macros to create for the first step in the process and I am having a lot of trouble. I've been able to create a macro that is pulling in multiple tabs from separate files but afterwards, how do I get all of these tabs appended into one large file? Do I need an additional macro that involves the dynamic input function?