Hello Friends,
I would really appreciated if i could have your suggestion resgarding this problem.
I want to save excel attachments from outlooks emails.
Excel attachments could be CSV, XLS, XLSX
However, they must be converted to XLSX format if they are not in XLSX extension.
I set my program (please look at the picture below) and once the email has one attachment they work correctly. in other words , they identify the extension and make conversion and save it correctly.
Hello @Ricchch
Here you can do, dont provide hardcoded path. provide folder to store the file. then use for each file in folder which contains *.csv,*xls different condition. and then provide that file path to use file activity using currentfile.
Thanks @Shubham_Kinge
My code is almost done ( i have several lines of codes) but when testing i notice that once it has more than one attachment it doesn’t convert.
I will try your suggestion thank you very much for helping