I have a folder with over 30-40 multi tab excel files stored on my desktop. I need to create a workflow which will do following things:
1) Read one file
2) Append data from multiple tabs
3) Perform data transformation (remove duplicates, concat, some formulas, create file name)
4) Generate output excel file
5) Move/delete the file original file
and repeat #1 to #4 steps (#5 step is optional) until all 30 files are processed.
I could create a workflow to select one file and process it, I need automation to process all files without manually selecting each file.
I need this automation as I will be reaciving files to process everyday