Bot will process the files every day and will send Emails with Excel attachments,
but what i need is, on the last day of the Month, bot needs to download all the attachments that have been sent in that month and merge them and make a new excel file with all those files data together and should trigger an email.
Ok. You can download all reports based on subject and then merge all reports to send final report through the mail.
Instead of that if you save reports in one folder and then you can easily merge all reports and send na. No need to download attachments from mail. It’s my opinion.
problem is those all attachments will have same name, so when i download from the outlook in UiPath, only one file will get saving as they all have same name, its replacing the file whenever it downloads the attachment
I hope you are using Save Attachment activity to download attachments from mail. Create one integer variable and assign with 1 initially. Add this value at the end of file name.