How to revise values

I am trying to make a dashboard to show some values that need to be updated automatically.
The values are coming from a IoT sensor and being saved in a DB every minute.
How can I show the most recent value every minute?
Thanks in advance.

Consider a Timer.

The Dashboard Tutorial provides another example. When you get to that page, search for " Make it real-time".

Please feel free to explore the Learn link at the top of the forum page. You’ll discover wonderful things you never knew you could do!

3 Likes

Thanks a lot. It is exactly what I wanted.