I am in my trial phase of UiPath. I am in the website cloud version of studio. I am able to log in to the website and download the file I need but I am having a hard time attaching the file to an email. I have tried using the wait to verify if the file has been downloaded and it says it has but when I attach it comes up null.
Also, how do I set this up in the cloud environment so it runs daily and my computer doesn’t have to be on?
Wait for download has option to ignore temporary extension please add tmp,crdownload there and check
Then it might wait till download is complete
Also in communiry version you cannot run purely unattended…one way you can try is if you are not interacting with any desktop applications then can use studio web and create a process which can be tun on cloud robots…by scheduling them
Thank you for the response. I am using the studio web. In the ignore files i put tmp,crdownload in the text editor. It passed but I am still getting the below.
I appreciate the quick response. Thank you. Sometimes on coding forums people get mad. The error I got is: The object used in the activity does not exist.
I did the file resource from the wait for download. I also did this all in the same step if that makes sense. They are all inside the one task rather than separate from each other as you can see in the image I attached.
@Anil_G I want to send the email and not save draft. I will fix that button. I want to send the email with the attachment to myself everyday. Could the file be returning null since I am on a trial license and not a paid?
@Anil_G It’s a file from a website that I log into every day and then have to put a yesterday’s date in the date picker and then click submit. I have it working through that point. I even show it downloading to the chrome download location when I test. It is a simple .csv file.