The ">" sign indicates you are trying to use a shell feature called "piping". The Switch execute command tool doesn't use a shell directly and therefore the redirecting doesn't work. You can work around this limitation by using a bat file with the command and let the "Execute Command" tool run the bat file. You can send the path to the job as argument to the bat file.
This page gives some more background and a (unfortunately Mac) example:
https://www.enfocus.com/en/support/know ... 000jfc9IAA
(It's the last point on the page, but the other points are certainly also worth reading)
If you do a search you'll most likely find examples on how to use bat files in Switch on this forum.