
Hi there,
I have a timer on my Canvas app on a screen - I want to Navigate the user to a particular screen when it reaches 30 seconds. How can I do this?
Thanks
K.
Hi @Kosenurm ,
You can do so by setting the Duration property to 30000 and the OnTimerEnd property to Navigate(OtherScreen).