Hi I am working on assignment I checked path exist but still got this issue.As mention in attachment.
@supermanPunch
Hi I am working on assignment I checked path exist but still got this issue.As mention in attachment.
@Aditya10989 Can you also print the filePath variable and the renameFileName variable before you use Move File Activity
resolved sorry my mistake.Thanks once again
@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