Hello,
can you please check if this is happening to you too:
- timer with autostart to true (but I also tried without it)
- Start is a variable which is triggered by the UpdateContext({startVariable:true});UpdateContext({startVariable:false});
-TimerOnStart /OnEnd: ClearCollect(colExample, [filtering SQL code here])
- timer time set to 1
When I first navigate on the screen, everything works and the data is being collected. but, clicking a button that fires off the Start variable, causes no action on the timer. I used a label to see if the variable changes true/false, and it does.
Clicking on the timer also does nothing. I also tried putting a variable on the Reset property and using both variables, but no effect.
Version: PowerApps 3.21023.26, Edge Chromium
If this is no longer a supported feature, please provide alternatives. The objective is to have a code that runs on screen visible, but that can be "called" as needed, without having to copy-paste and maintain the same code on different locations.