How to rename a word document with date stamp

Hi I am new to uipath and I need a help to rename a word document from studio any help would be appreciated

Thanks

Hi @micheal1
Welcome to community

Can you try below expression

“Your file name”+DateTime.Now.tostring(“your format like ddMMyyyy”)+“.docx”

For Renaming you “move” the file to the same folder, just with a different name.( Move file Activity)

Thanks

1 Like

Thank you it is working

1 Like

Great

Happy Learning!

Thanks

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