Hello Everyone,
i am new here and i would really appreciated if you could help me with this:
I need to program UiPath robot to open first 30 email with the followin criteria :
unread messages and
messages having an excel attachments and
messages having red category marks.
I would really appreciated if you could give some advice regarding what activities should i use …
Thanks in advance
Ricardo
You need to use get outlook mail messages, for eahc loopto loop through each mail…then check the attachment type using if condition currentItem.Attachments.Any(function(x) x.Name.ToLower.Contains(".xlsx"))
Filter in outlook mail message activity: "[Categories] = 'Red category'"