How to Copy excel file and create new one with new name

I Have this Excel file template and I need to the bot to take copy of it and rename the copied one with todays date, How can I do this

@Rawan_Ghurab
Copy File activity as @Chirag_Shetty_Divakar mentioned is the way to go.

Regards

1 Like

@michael.zura

Yes Copy File activity is the approch you can go with it.

Regards,

But how can I specify the new name?

@Rawan_Ghurab
In Copy File activity, From file = file you want to copy, To = copied file with new name

image

@Rawan_Ghurab

From is path from where you want to copy and
to is path with date use yourpath+now.tostring(dd-MMMM-yyyy)+".xlsx

regards,

1 Like