Hi ,
Requirement : I want to download a file using RPA but when the bot click download the file, The file is saving in download folder by default but we need (save as popup) so the we can save the downloaded file in specific location
when i am trying to download manually save as pop-up is showing and i can save in specific location but its not showing when RPA bot download's the file
I have tried changing settings of chrome but its not working , please suggest with some solutions
Thanks & Regards
Shashank
Discussion posts and replies are publicly visible
Hi:
Can you use the Low Code Action "Move a file or folder" to move the file from the download folder to the specific location?
If the problem is that you don't know where the download directory is, you could use this library from the app market https://community.appian.com/b/appmarket/posts/rpa-windows-low-code-methods#
Using the method "Get Environment variable" you could find where the user home directory is located, and if you add "\Downloads" you could access to the Download directory of the user.
Hi David,
Thanks for the reply, i have used move a file or folder and its working