How to auto refresh page on receiving new data from MQTT broker?

0
I want to refresh page whenever the new data is populated through MQTT explorer.
asked
2 answers
1

If you are using the data grid: this has a built in “Refresh time” https://docs.mendix.com/refguide/data-grid/#refresh-time 

answered
1

Hi Syed,

Check the below Link,

https://forum.mendix.com/link/questions/90122

For auto reload of page with the help of Microflows,

If you want to perform the auto reload of page through Jquery Use the code Location.reload() function in a javascript snippet or use the setTimeOut function.

 

Hope this helps.

answered