Hey guys,
after finishing some copy paste actions in my Excel, I want to create a new folder and in the next step I want a copy of my original file in the new folder (The original file has to stay where it is, because its a template).
Which steps should I follow? Using the “Create File” Activity didnt work, Studio saved an empty file.
Thank you guys!
Hello @marco.roensch
Sequence:
Create Directory:
DirectoryPath: “C:\Path\To\Your\New\Folder”
Copy File:
From: "C:\Path\To\Your\Original\File.xlsx"
To: "C:\Path\To\Your\New\Folder\File.xlsx"
Thanks & Cheers!!!
Use copy file activity outside the excel application scope and give the path as per your requirement.
Thanks to y’all guys!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.