Hello everybody, I´m new here and few days ago I download UiPath for my bachelor thesis. I just watched several videos about email automation with gmail. I have no errors but the attached documents will not be downloaded and stored in the folder.
Please check if email has any attachments or not.
Usually save attachments will save the attached files into a given path.
Please give the existing file path.
If that doesn’t work debug and see why it is failing to save the attachments.
It doesn´t work i give the full path and the folder is still empty
Do you maybe have a possibility of remote acess? I habe no idea where the mistake is
In the subject you have wrote “Test” and in the if condition u have given “test”.
Give the proper keyword and check again.
This minor mistake maybe the problem.
Made a strange discovery. Have three emails with different subject. ‘‘test’’ and ‘‘2’’ are found and stored in the folder. ‘‘Test’’ but not. Do you know why?
All attechments are the same only the subject ist different. The first subject ist only with a capital T i don´t understand
We can not expect that the sender fix the subject line (upper/lower case) same as we fixed in If Condition. So that we have to make it as dynamic as per the below.
item.Subject.Contains(UCase(“TEST”))
Its read the email subject then its converting it to uppercase and matching the subject with your Condition.
Hey thank u very much for your work!!! I really appreciate that I have one more question ( i feel so sorry and stupid)
For every found email i have to klick ‘‘okay’’. Is there a possibility that the message box shows how much attachments are downloaded?
I have send me another mail with attachement and another subject. The robot download all attached documents, it ignores the ‘‘subject.contains()’’ part