Hii Everyone, I am trying to download attachment from outlook mail. But before that i am checking there is attachment present in the mail or not.
Problem - There is attachment present but still showing no attachment in mail.
for reference I have attached the SS of my workflow.
have a check on changing the if condition to:
CurrentMail.Attachments.Count > 0
In case of it is not working as expected analyze it like following:
set a breakpoint on the if activity
debug file and get paused
open immediate panel and type in: CurrentMail.Attachments.Count
in case of more attachments are found, just analyze it more in detail within the immediate panel
We would recommend to check this also at your end. Once we can replicate it with your help then we can submit it to UiPath Development team for a next check
Hi, Yes this is correct I have tried it with my side. When I don’t use save attachment the count shows 0 but after save attachment it counts the number of attachment.
Could you please try to update your Mail activity package to the latest preview version? I’ve tested the above behaviour on UiPath.Mail.Activities 1.13.1-preview and it worked as you would expect.