I have done geo fencing In which when I clicked on check-in button than it save that data I want after every 3sec it will save automatically , what can I do ?
please reply me ASAP
Hi @Akashdeep, if you're using a canvas app then use a timer control https://docs.microsoft.com/powerapps/maker/canvas-apps/controls/control-timer if model-driven app, then you'll need to revert to JavaScript.
Hello @Akashdeep,
If it is Powerapps you can use
Latitude as : Location.Latitude
Longitude as : Location.Longitude
And Click Insert Option and Add a Timer Button and make it trigger for 3 minutes follow the link which was shared by @EricRegnier.
Then on Timer End you can Patch the Locations(Latitude and Longitude) to the database.
Patch(dbName,Default(bdname),{Latitude: Location.Latitude, Longitude: Location.Longitude});
Please Mark as Answer if it's helpful
Subscribe : https://youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA
Blog : https://microsoftcrmtechie.blogspot.com
User | Count |
---|---|
19 | |
9 | |
8 | |
5 | |
5 |
User | Count |
---|---|
32 | |
29 | |
18 | |
18 | |
6 |