@kenneth.m Thank you for your comment.
I’ve tried to rename the target file with Move File activity but faced below error message.
which script should I change ?
Hello~
Could you please review which part is wrong?
FileSystem.Rename(“D:\Users\01048398\Desktop\Treasury_CashReport_Final\template”,“D:\Users\01048398\Desktop\Treasury_CashReport_Final\Today.ToString(“yyyy-MM”)”)
It should be coded like this. FileSystem.Rename(“D:\Users\01048398\Desktop\Treasury_CashReport_Final\template”,“D:\Users\01048398\Desktop\Treasury_CashReport_Final\" + now.ToString("yyyy-MM"))
You can see no error in the invoke code
Please add the proper file extension of your file name…Please see the example below…