Hi all,
I have designed a PowerApps where the user s location is tracked every one minute once the button is clicked using Timer Control automatically (With Timer Duration is 60000(1 minute interval) .My question is I need to stop the button click after 2 hours of tracking automatically?? Is there any way to pause the button after 2 hours of tracking from the time when the button is clicked?
I have a Timer
With Start as True
Repeat as True
On Timer End - Select(Button)
Duration -60000
Can anyone please help me with it??