Indicator condition not reading globals

Hi guys,
I think I found a bug.
Below you can see my globals.

And that is the condition block

The state reading is over 25 degrees and the color does not change

image

The reason we don’t expose application globals to dashboards is due to the often sensitive nature of their values (i.e. tokens, secrets, etc). That would make such information accessible to client-side API requests.

Our recommendation is to use context variables on the dashboard. This can either be a static value, or if it’s device-specific, it can reference a value stored on a device tag.

Hopefully this helps! If you have any questions, please let us know.

1 Like

Make sense let me try.

That worked very nicely thanks!