Hey everyone,
My scenario: I'm trying to use the "Folder Browse" tool to allow user's choice for folder selection, and the folder will have multiple excel files say input1, input2, input3 where all these files have same columns say ID, Name, Contact, Result. I want to perform a specific task let's say "sort by descending" on the data from all these 3 input files, perhaps in a loop, and finally generate a single output file with all the data combined and summarized in a way that the 3 files data can be differentiated in that final excel output file.
Can someone help me with creating such a scenario?