Extract data from object

You need to read up on JavaScript.

Normally, JavaScript will assume that varable/object names meet the naming standards for JavaScript. However, being the rather flexible language it is, you can use “invalid” names too!

To do that though, you cannot use “dot” names. Instead you have to use something like:

{{ msg.payload.System['Git Built'] }}
1 Like