I'm attempting to rename a file within a specific folder.
Is there a business object action that has the capability to do this? For example, the action would have Input: Filename, NewName & would rename the file.
Thank you for your help
Using Utility- File Management business object you can rename file but you need to follow below steps
1) copy the source file into new destination path using copy file action
2) delete old file using delete file action
there is no any specific action for file rename.