Would anyone be able to provide steps or code to make the run command tool move a file from a shared path to another shared path on a drive?
Looking to use this tool at the end of my workflow to move the file into a new path location.
Hi @jsilavong
Take a look at this thread:
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Moving-files-to-another-directory/td-p/825389
Generally the syntax is:
copy "source file path including file" "Destination File Path"
hi @jsilavong There is an example workflow attached to a comment on this thread.https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Configure-Run-Command-tool-to-move-a-file/td-p/11139To keep the community clean, please try not to post the same question multiple times, someone will get back to you soon.Cheers,TheOC