Hello to everybody, working with nodered I have discovered the mustache notation that is a great simplification, but I have some problem with a particular type of data.
I have this payload["Ox.V.fVar_5"] : what is the corresponding mustache ? I have tried {{{payload.Ox.V.fVar_5}}} but nothing.
In my esperience I have discovered that :
- If I have an array I have to add . number of element : ex payload[0] is {{{payload.0}}}
- If I have payload["Em[0]"], I can use {{{payload.Em[0]}}}