#Node-Red: Access msg.payload inside a action node

1 messages · Page 1 of 1 (latest)

dark zinc
#

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