Hi,
We are trying to display the value of a note property from a monitored object on one of our dashboards. (The ones with square brackets) Using powershell we can get to the value by treating it as a string
$o.’[System.ConfigItem].AssetStatus’.Value
How do we do this inside SquaredUp Mustache syntax?