Hello people, I am new to uipath studioX and I would like to rename the files dynamically like “file_v01_yyyymmdd.xlsx”, “file_v02_yyyymmdd.xlsx” and etc. Currently, when I rename the file name it will give an error saying “it cannot create the file that is already exist although the date in the filename is different”. I saw a solution on this problem in studio and I try to apply in using the text function in studioX but it’s not working as it intended. Hence, I would like to seek some help here.
@sb001 and @suraj.setty thank you so much for the response. But I want the v01 and v02 to change dynamically like a version to indicate which file is the latest downloaded one.
Hi @suraj.setty
The file is actually a newly downloaded attachment from email. Then I would like to change the filename to a readable one and also to distinguish the newly downloaded file. I used the notebook in studioX to reformat the filename like this “filename_yyyymmdd.xlsx”. Every month I will download the file and whenever it runs it will overwrite the previously downloaded file although the datetime is different. If I unchecked the overwrite option, it will prompt an error saying the file already exist. Do you have a solution for this problem ?
Hi @sb001, yes I want to rename file while downloading it from email.
Sorry I can’t share screenshot of my code due to certain policy.
However, I have outline my code as shown below. If you are unclear about anything feel free to ask me.
This project is fully implemented using studiox.
I can’t find it in my studioX. I only have rename excel sheet. My friend have it too but I can’t find it in my studioX. I have already uninstalled my studioX and reinstalled again yesterday but I still couldn’t find rename activity in my studioX.