@PedroK ,
You mean like this

A little more to do here - put this at Screen OnVisible
UpdateContext({varTimer: false});
UpdateContext({varTimer: true})
insert a Timer Control with the following settings
Start
varTimer
Repeat
true
Duration
1000
OnTimerEnd
UpdateContext(
{
varTime:
Text(
Now(),
"dd/mm/yyyy hh:mm:ss am/pm"
)
}
)
or whatever time format you want to display.
Then the Default of your control displaying the time is
varTime
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps