I am trying to create a sequence where a folder where multiple subdirectories are present, Each subdirectory has 2 Excel files with multiple sheets (Sheet1, Sheet2).
I am looking a way to merge both the Excel files from each repository wrt. to their respective sheets. For Eg: Sheet1 data needs to be merged with Sheet1, Sheet2 with Sheet2, and finally give an output Excel file containing both the sheets with merged data.
I have tried using UIPATH_ExcelMerge, BUt its not working in my case.