
Announcements
-------------------------------------------------------------------------------------
Edit: I sincerely apologize for my lack of knowledge in this area.
Thank you for your patience and for pointing me in the right direction!
OnTimerEnd event of a Timer control. The approach is as follows:OnTimerEnd event of a Timer (myTimer).myTimer.Start, which triggers OnTimerEnd after a very short duration (e.g., 1ms).OnTimerEnd' executes asynchronously. If I trigger multiple functions in sequence, they may execute out of order or interfere with each other.How can I ensure that the execution of these simulated functions is completed before proceeding to the next step? Is there any way to "await" or synchronize these calls in PowerApps?
Any insights or best practices to handle this kind of asynchronous behavior would be greatly appreciated!