Hello,
I would like to move a folder (with a variable name) into an archive folder.
Example:
The folder "C:\Users… " + variable1
should move to “C:\Users… + Archive”
How can build such a function?
Thank you in advance for your help!
Hello,
I would like to move a folder (with a variable name) into an archive folder.
Example:
The folder "C:\Users… " + variable1
should move to “C:\Users… + Archive”
How can build such a function?
Thank you in advance for your help!
Hi
Welcome to uipath community
Keep this source file path in PATH property of MOVE FILE activity
And
DESTINATION mention the file path you have where the file is to be moved
Cheers @miriamzink
Thank you for your help. I will try to build it that way.
Miriam