Get text from 'status node'

I want to catch the status of a node and represent it in the dashboard.

I want to move the text from msg.status > msg.payload. But only the part "Text:" when I am trying to move the whole msg.status I get 'undefined'.

How do I specify 'beyond' the message property?

Clicking on the triangle behind the "text" line in the debug window will give you the path.
Looking at your screen shot I think the text will be in payload.status.text
Enter this in the textbox in value and you are where you want.

Capture