Hi all,
I tried to create a folder and go to website to download file(a lot of files), and then use move file activity to move the file to the newly created folder once downloaded, but it couldn’t run and the error is: [Move File: Cannot create a file when that file already exists.]
It is a new folder created by uipath, I’m trying to create a new folder and download the files from company website using for loop, and then move the files from desktop download to the newly created folder.
How can it be duplicated? Or do you have any idea to do this workflow?
Above are all the activities I use including create the folder, download the file and then move the files. For your information, I use for loop to go to the company website to download the file using wait to download activity.