Rename excel file

I have copied one excel from one folder to another.I have to rename the file with today’s date eg:sample_04jun.xlsx

1 Like

@sruthesanju,

You can use Copy activity to rename file as well as copy it.
It has two properties source and destination,
Source path - path of file where is currently available
Destination path - path of file where you like to copy
to destination path you can provide like

“C:\UiPath\sample_”+Now.toString(“ddMMM”)+“.xlsx”

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.