Hi,
I am trying to start a timer when the time in my text box changes, I am trying to create a lone worker app, so when someone clicks the check in button on the app the time updates in my SP list, I then have another app with details of the lone worker in the gallery, this is where each time they click check in and update the time on my SP list which in turn will update the time on my new app text box, I am trying to start the timer using on change on the text box but it wont start the timer. I have entered the below.
Timer control
Autopause and autostart both false
Start "TimerGo"
Textbox
Default "ThisItem.'CheckIn Time'
OnChange "UpdateContext ({TimerGo: true});"
I'm new at Powerapps and I know this is a complex app but I am enjoing learning how to use powerapps.
Any help would be much appreciated
Ed