Hi
So i have a workflow that intakes x amount of files. it can be 1-infinity. xlsx, scrapes them for their data and then does its magic.
I want to get a run cmd/batch file at the end to move the files one they're passed thru the workflow to another folder location. Both locations are on the shared network.
\\disk21\dept\Alteryx\Project- abc123\Inputfiles\xlsx\
\\disk21\dept\Alteryx\Project- abc123\Inputfiles\xlsx\Done
Solved! Go to Solution.
nvm got it
Can you share how you did it? I can't get it to work for network shared folders.
Move \\UNC_DISK\bla\Temp\New folder - Copy\*.xlsx \\UNC_DISK\bla\Done Temp
make sure you're using the UNC path
Thanks! I'll try that.
Hi,
I've tried that but no luck. Is there any other way?
My command= Move \\fna3\\Alteryx\OldFiles\*.txt \\fna3\Alteryx\ProcessedFiles