Could not find file even file path exist

Hi I am working on assignment I checked path exist but still got this issue.As mention in attachment.


@supermanPunch

@Aditya10989 Can you also print the filePath variable and the renameFileName variable before you use Move File Activity

1 Like

resolved sorry my mistake.Thanks once again

1 Like

its executed but files name not changed

@Aditya10989 Can you do this and send the Screenshot of it ?

yes done

did you check what is issue…?

@Aditya10989 I guess you would need to append the new name of the file to the filePath variable, since it has only the Folder Location.
Something like :
filePath+“\”+“newFileName”+“.mp3”

“.mp3” is put so that I can see the extension that you are using, if the file formats are different, we would need to make it dynamic

1 Like