How to download multiple attachments from mail

Hello,

in My process i need to read the top 10 emails and extract the body of those emails
if any of the mails contain attachments need to save them in the different folder…

if its single attachments, I believe i can use save attachments - Please help me on download the multiple attachments in mail…

thanks

You can use Save Attachments activity to download multiple attachments. You will need to specify
parameter FolderPath (different for each email) and parameter Attachments (It will be a list of strings, containing the full filepath of each attachment)

1 Like

Thank you @dimibot… will check and update