Send sensor value as MQTT message

Hi,

I have a flow that reades value of Hassio sensor. Now I want to send mqtt message with topic: awtrix/notify
and the payload
{
“text”: “value received”
}

scouring the node red and hassio forums and can’t figure out how to create such Json using value of previous msg.payload

Try replacing “value received” with msg.payload