
Announcements
I am trying to implement this scenario :-
1) User access power app inside their mobile (IOS or android). this can be done with or without internet access
2) Click on send my location.
3) Once there is internet access >> the power app will send the location to SharePoint list.
So can we achieve this using power Apps? specifically the ability to get the current location even without internet access? and save it offline to be sent to SharePoint once there is an internet?
Thanks
I believe this is possible but haven't implemented exact scenario.
Please explore following functions in the Power Apps:
a. Connection: This object will provide you whether you are connected to network or not.
b. Location: This object will provide you Longitude and Latitude values.
c. SaveData: To store the information in the mobile device temporarily when it is not connected to network.
d. LoadData: To reload the data from mobile's memory.
With above 4 functions/objects, you can achieve the usecase.
For reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/signals
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-savedata-loaddata
Perform a Proof of Concept to understand them.
Regards
Krishna Rachakonda
| If this reply helped you to solve the issue, please mark the post as Accepted Solution. Marking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone. |