Hello everyone,
Basically the process I am working on is: logging into OnBase, downloading a PDF file, and saving that PDF file into a specific folder.
I recently switched to Studio instead of StudioX because I needed CV. I have an issue now with getting my PDF file from the downloads folder and saving it to another folder. The research I have done says to use the “Start Process” activity but I do not know how to use this. I am not sure what I need to put in the arguments section. Can anyone help?
Start Process is to start an application, it has nothing to do with downloading files etc
Is your browser (or OnBase) configured to prompt for the save location, or does it automatically use c:\users\*username*\downloads?
If it’s automatically downloading to the user downloads folder, you’ll want to use the Wait for Download activity. The final click that initiates the download in OnBase, put that activity inside the Wait for Download activity. Then configure the Wait for Download activity per your needs. Make sure to output the downloaded file to a variable - which you can then use in a Move File activity. (Note that the variable contains information about the file, not the file itself)