I have 4 different files for each month that I need to combine and reconcile. All files have a common field from which I can pull data from each file and create a reconciliation for each month
I need help with created a YTD report which has 'Monthly recon combining all 4 files' for each month stacked to each other.
So I need to know how alteryx can pull all 12 months file for each file type (12x4=48 files) and create a Monthly recon and stack it next to each other
I tried using Input directory to read all files (I created a folder for each type of file) and then applied Dynamic Input. But I am hitting a wall after that as Dynamic input is not able to read all data in all files. I selected one file as example for the template and ask it to pull data but its not working. I want to be pulling data from one specific tab from each months file.