I am downloading all the attachments from a specific folder in the Outlook. The problem is that when I have more than one email , the robot sometimes downloads only one, sometimes all of them. Outlook is always closed so it is on the background.
I am attaching the workflow. Any ideas how to handle this issue?
Hello there,
I believe its because of contains keyword which is the case sensitive.
try this, Mail.Subject.Equals(“keyword”,StringComparison.CurrentCultureIgnoreCase)