Hi, New to Uipath
I am trying to save attachments from outlook from a specific sender. I used the following:
Get Outlook Message
For each item in message
If mail.Sender. Address = (“abc@mail.com”)
Then
Save attachment
It is saving, but it is saving attachments from senders not with the email address “abc@mail.com”
Thank you for your assistance.