19-05-21 07:23 AM
19-05-21 01:21 PM
Could you post more details of the error?
One solution would be to use get files to get the 1,000 files and use the action move file within a loop.
Another solution would be for you to use a VBO to copy the entire folder at once, I'll leave it attached. I hope it helps you ..
JSFiddle - Code Playground
Save as xml and import in your Blue Prism
If this was useful to you, please mark it as useful.
20-05-21 12:01 PM
20-05-21 01:28 PM
Hi,
do you really "need" those files in excel? what you use them after file copy?
If you need just to copy files:
use Utility - File Management::Copy File
File path: "c:\temp\1\*.*"
Destination: "c:\temp\2\"
- *.* means all files from that folder
- folder c:\temp\2:
--- must exist (you can check with the Utility - File Management::Directory Exists)
--- do not forget the leading "\" otherwise all files will be copied into one file instead of folder)
20-05-21 02:36 PM
20-05-21 06:01 PM
21-05-21 02:57 PM