Updating non-polled table

Say I have a table that is bound to the last 60 seconds of a point’s realtime tag history. If the Polling Mode is set to Off, the table contents will update when the window is opened but will stay static thereafter.

How can I force this table to refresh and show me the most recent 60 seconds worth when I press a button?

I believe it is system.db.refresh(tablenamehere, “data”)

That’s it! Thank you :thumb_left: