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.