I'd like to use an exec-node to execute the following command:
ping -c 1 msg.payload[1]
Unfortunately I don't know how to specify msg.payload[1] in the edit window for an exec-node.
The payload of the previous node contains two parts hence I need msg.payload[1] and not msg.payload
Can anyone here tell me how to accomplish this?
kind regards,
Hugo