Hi,
I have a question about where data are stored (cashed) in offline mode in PowerApps? As I understand it's storing in local storage (not in IndexedDB of browser), and because of that there is a limit of 2Mb. Am I right?
Solved! Go to Solution.
Hi @AndrewSvetlikov,
Do you want to know where data saved using SaveData function are stored (cached)?
Yes, you are right. The Data saved using SaveData function are stored / cached in your local mobile device rather than your browser.
Currently, SaveData function is only supported within Mobile device, it could not be used within a web browser.
More details about the SaveData function, please check the following following article:
Best regards,
Kris
Hi @AndrewSvetlikov,
Do you want to know where data saved using SaveData function are stored (cached)?
Yes, you are right. The Data saved using SaveData function are stored / cached in your local mobile device rather than your browser.
Currently, SaveData function is only supported within Mobile device, it could not be used within a web browser.
More details about the SaveData function, please check the following following article:
Best regards,
Kris
User | Count |
---|---|
207 | |
92 | |
84 | |
49 | |
41 |
User | Count |
---|---|
255 | |
104 | |
103 | |
61 | |
59 |