Absolute path ? what is this error for ?
I tried using .\ but here is an error
If you required to use absolute file path, assign that path to a string variable and then pass the variable to Move File activity.
Refer this solution.
Hello @darpan.sharma
It is simply a warning telling you that absolute paths are not recommended.
You can ignore it, if you know that the path is correct even in production.
Alternatively your code should get the path from somewhere depending on your process.
This could be a variable, an argument or perhaps an asset.
Regards
Soren