I have a scenario where I need to automate the copying of files from an input folder to an output folder, while also creating a new folder inside the output folder with a date-time stamp. Here’s a breakdown of what I’m trying to achieve:
I have an “Input” folder containing an Excel file.
In the “Output” folder, I have created a new subfolder named with the current date and time (date-time stamp).
The Excel file from the “Input” folder should then be copied to the newly created subfolder inside the “Output” folder with date time stamp.
The goal is to automate this process so that every time the automation runs, the Excel file is copied to a new subfolder within the “Output” folder, and the subfolder and excel file in it is named with the date and time of the copy operation.
Could anyone please guide me on how to achieve this using UiPath?
hi but when you make the subfolder name with date and time ,during the run time the date will not cause any error but the time stamp will cause a error,give you like sub folder does not exists
subfolder name and moving file name should be same