I have a problem I’m kinda stuck with. The task is pretty simple - I just don’t know how.
Basically I need every mail that contains an attachment that has “Invoice” in its name, moved to a subfolder called “Sorted”. And that’s it.
I’ve tried to use the “For Each Email”, but I can’t sort based on attachment with that function.
I’ve tried to implement this sollution, but either it is outdated or I did i wrong.
I use the community edition of UIPath and for mail I use Outlook.
I’m missing the option “retrive attachments”.
But also: I belive this will only save the attachment to a windows folder. I need the email containing the attachment moved to a subfolder of “Inbox” (“Indbakke” in my picture. It’s danish)
Some of it is in danish, but it says that " ‘Attachment’ is ambiguous and imported from the name areas or types 'Microsoft.Exchange…" I honestly have no idea what that means.
I tried to just get it to output the state of the condition, and it is false, although the first email in my inbox is an email with a file “invoice.pdf” attached to it.
Can you check the mail is what you expect?
For example, set Breakpoint and check value of MailMessage in Local Panel or check CurrentMail.Subject etc using Messagebox.
Can you try to set Breakpoint at the IF activity, then run debug mode?
Workflow will stop there, and we can check various value in Local Panel.
So can you check CurrentMail and its Attachements as the following?