Hello team.
I am trying to automate process that involves downloading a PDF of a quote from an external service application site and emailing it to our company. In Robotic Task, we can specify the file in Upload Document in Robotic Task and the file will be on Appian. I believe I have to upload the document and output it to use it as a variable. However, there is a problem with the file path. It is not known what the name of the file is that PRA downloaded from an external site, and I am facing a problem that I cannot specify it in the development screen of Robotic Task. Below is what we have tried to do for this problem.
It was not acceptable for RPA to change the name of the downloaded file before downloading the file (cannot click on the item inside Explorer).
I can find out the name of the most recently downloaded file at the command prompt, but RPA cannot enter that code at the command prompt, and RPA could not read the command prompt results.
If anyone knows of a workaround, please let me know.
Discussion posts and replies are publicly visible
Do you actually need to download that file from RPA? Did you consider to pass the URL back to Appian and let it download it?
I am using the robotic task to automate the login to outlook and download the attachment for each email.Now I want to save the downloaded attachment to Appian folder.
Not sure why you want to use RPA to fetch email from Outlook. MS has great API support to do such things.