I'm having trouble with "text node" (Node-RED Dashboard widget).
I'd like to show a property value of an object in array with the node.
I set the following values to the text node.
Label: {{payload[0].label }}
Value format: {{payload[0].value}}
And when the payload is [{label:'abc',value:123}] (not text but a json object), the node displays nothing. everything is blank.
But when I set Label to {{payload}}, it shows the json string.
Is there any way to show an object property inside an array in Text Node?
In the past version of the dashboard UI, i think it worked, weird.
Node-RED version: 0.16.2
Dashboard version: 2.3.11