Hello. This is my first time using the run command tool and I am having trouble with the configuration.
I am trying to use the run command tool to use the command prompt to copy a file and rename it so that I can output my the data from my workflow to the renamed file.
I tested my code in the command prompt and it works as I would want:
copy "C:\Users\Mapping for Alteryx\test.xlsx" "C:\Users\Mapping for Alteryx\test2.xlsx" && rename "C:\Users\Mapping for Alteryx\test2.xlsx" "test5.xlsx"
I'm having trouble configuring the run command tool to successfully run this command when I run my workflow. The tool has no incoming or outgoing connections.
Thanks,
Kyle