Move File Error: Value cannot be null

Hey guys, I’m trying to move a file from my “downloads” folder to the Data\Input folder in reframework, but I’m getting this error:
“Move File: Value cannot be null. (Parameter ‘path2’)”

What can I do?

Make sure your variables have values.

Are you using FullPath(ex: C:\Uipath\File.extension) or Variables to get and place the file?

In case of Variables → Try to debug your code and check the variables values inside it, you can do it using the watch panel (in general on the top left part of the screen). Or you can simply create log messages to check the values

If you don’t solve the problem, you can put your code here :slight_smile: