How to get mail attachments from particular mail address

How to download attachments from particular mail address

Hi @Thi

mail.From.Address.Contains("your email address”) AND mail.Attachments.Any

use save attachments activity
Try this

Thanks
Ashwin S

You can use download attachment activity.
before you have to pick up mail. And from particular mail use “if” activity with proper email.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.