
Announcements
Hi Developers,
I am currently working on a PowerApps solution that includes a canvas app.
My PowerApps is able to operate in offline mode with the Sharepoint, by following the below blog from Matthew Devaney:
https://www.matthewdevaney.com/power-apps-offline-mode-a-step-by-step-tutorial/
I just have few queries, hope you pro Devs can help me:
1. When the app is opened and operates in the offline mode, the app is able to sync the data from the local memory to the sharepoint when there's a internet connect. But when I operate the app in the offline mode and then save it in the local memory and closes the app, post re-opening the app with internet connection, the app is not able to get the old data from the local memory. I want to know why?
2. Where does the app stores the data in the local memory? Is it a cache of the powerapps application or just the app which am using?
3. Why my data (from offline mode) is not coming up when I accidently re-open the app with internet.
4. Please help me to understand the deep process of storing the data in the offline mode using the SaveData() & LoadData() functions.
5. Lastly, what can i do to make it happen that the app can be able to sustain the local memory data from the offline mode even when the app was closed.
Thanks in advance for your help!