Is there anyway to check download attachment files from outlook without overwriting existing files in a folder?

Hi Guys! I am a intern at a local company. Right now I have problem doing some automation for my company which is downloading the attachment files from Monday to Wednesday but Monday I received all the excel files like Singapore.xlsx, etc. Tuesday, I received the same file name like Singapore.xlsx and Wednesday different file name so my purpose is get the latest file on Wednesday and Tuesday instead of getting the original files on Monday so is there anyway we can check or compare the download attachment files from outlook without overwriting existing files in a folder?

Thanks!

@phoenix123

In Save Attachments Activity specify folder path date like this,

"FolderPath"+Now.Tostring(“dd_MM_yyyy”)

Then it will create every day new folder and will save the attachments.

2 Likes

@lakshman hi sir thanks for your response and currently my comapny allow me to trigger the automation on Wednesday means I need to get Wednesday, Tuesday and Monday mail…

1 Like

@phoenix123

Is the subject for all 3 days mail same ?

1 Like

@lakshman hi sir, yes!

1 Like