Hello I cannot get the rename file to work, I have tried a retry catch, the file name with .fullname, .fullname.tostring, with and without extension and none of these attempts work…
As you can see the file does exist…
Retrun value of Today.ToShortDateString include / character and it’s one of invalid characters for filename.
So, can you try the following expression instead of it?
Please try to print the name of the file provided in the To (File) section of the Rename file activity.
Check whether its printing the correct name or not.
Else better to use “Directory.GetFiles(“Folderpath”)” and then use a for loop.