If you are using the data grid: this has a built in “Refresh time” https://docs.mendix.com/refguide/data-grid/#refresh-time
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.