Hello,
I've a action node, which triggers a script, which does a user notification.
The data field determines the passed message.
Everything works fine if I set a static string as message:
{"send_message": "Ok"}
But I want to append the current msg.payload to that message.
I've no idea how to access the msg.payload inside this data field.
Can anybody help me?
T