Hello good Morning! I wanted to know if you can create a type of clock that tells the time of a specific country, it is more that it changes in real time
You can create a couple of MATH columns to show “NOW” values and set one to show the date and the other to show the time.
Apps don’t update in real-time without some kind of user interaction. With a Pro app, it can update in the background by itself, but that really only happens every couple minutes.
I’ve got pro apps that contain a countdown timer. They go against a glide table, not GS. They update about every 10 seconds on the user screen.
1 Like
I would like to do the same