In my application, I have a text element that displays the time fetched from the user, and it is correct. However, the time only updates when the user refreshes the page. How can I automatically update the page every minute, or is there an easier way to achieve this without requiring the user to refresh the page?
Refresh Page
Actions & Logic
In my application, I have a text element that displays the time, which is correctly fetched from the user. However, the time only updates when the user manually refreshes the page. I have tried using custom functions to fetch the time dynamically, but the page does not update automatically. The time remains static unless the page is refreshed. Now, I am looking for a solution to update the time automatically every minute, or a simpler method to achieve this without requiring the user to refresh the page.
No
1
2 replies