Hi, I need to run multiple files in the same folder through the same workflow logic.
All the files have the same schema. I have attached two excel sample files as reference.
Basically I was just adding an extra column of month-year data to each file based on the month of release.
After adding the month-year column in each file I will then use Union tool to merge all files together cumulatively.
I have heard that I should try batch macro or use the wild card *.xlsx in input data, but I am not sure which one would be best.
Thank you!