Find Outlook email and download file

Hi everyone!
I need to make a robot that logs into Outlook, finds a message from a supplier and downloads the attached Excel file.
How can I do that? Can anyone help me?

Thanks! :slight_smile:

Hi @ELISA_ARTALEJO_BARINAGA

Please have a look,

Hope this helps,

Thanks

@suraj.setty This is useful for downloading attachments but I still don’t know how to find a message in Outlook :frowning:

use get outlook mail message activity .loop through the list of mail message and use if condition to check if mailmessage.sender=“the required sender” and use save attachment to save the attachments in mail into a required folder.

Thanks,
Lakshmi

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