Situation:
情境:
In my Node-RED flow there is a call to another program where I use the exec node. The arguments are set-up in a function node and passed as the msg.payload to the exec node. This works fine and returns the expected results as long as the command has no space in it.In my Node-RED flow there is