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
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
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