
Announcements
Hi, guys!
Canvas App
There is a strange issue with Timer.
Timer1
Start - true
Repeat - true
AutoStart - true
AutoPause - false
Duration - 10000
Event "OnTimerEnd"
Notify(Text(Now(),DateTimeFormat.LongDateTime))
No problem. It works, spins and calls "Notify".
But, if I use in the Event
Refresh(MyDataverseTable);
It calls "Refresh" only in the first Round, then Timer works/spins, but doesn't call "Refresh".
Has anyone encountered such a problem? What do you advice?