Help Please 
I have a windows command that when used in cmd.exe on the server, runs just fine. Yet, when I run that same command in the syscmd node, it does not work the same. Should it not?
To get specific, I am calling on a 3rd party process to run - which it does just fine when I run it from the command prompt on the server - but when I run it from syscmd node, it is saying that process is not recognized. Why is it found when I run the command directly but not when I run it from syscmd node?
Successful command on served in the command prompt: cd /d D:mypathta_folder_folder & newman run mycollection.json
From log file in flow:
Full system command: cmd.exe /C cd /d D:mypathta_folder_folder & newman run mycollection.json
Command output (combined): 'newman' is not recognized as an internal or external command,
operable program or batch file.
Any help is appreciated!
Thank you!