Hi All,
I am trying to move one file which is used as an Input to the workflow to be moved once workflow has run. Accordingly, I have put command in the Event tab as
"MOVE /Y "\\Input Folder\*.csv" "\\Input Folder\Archive"" and selected "After Run". But after running the workflow i am getting the below error msg "The system cannot find the file specified". Not sure where i am going wrong.
Note: - The same command is working fine if I directly execute it from the command tab.
Can anybody help me resolve this issue.
I would recommend using the Run Command Tool if you want to use .bat syntax. Here's an example using robocopy to move a file from one place to another.
You'll use the [cmd] field in your Run Command Tool to execute the command in .bat
Let me know if you need help with the Run Command tool. You'll likely also use a Block Until Done to ensure your data or workflow completes before you attempt to move the file(s).
Hope that helps, -Jay