I want to use SaveData() to store some data locally for my Canvas app. Is there a limitation for the local capacity for a Canvas app ?

I want to use SaveData() to store some data locally for my Canvas app. Is there a limitation for the local capacity for a Canvas app ?
Hi @MinhPham96
There isn't a hard limitation to the amount of data you can store. It depends mainly on the amount of memory that you have on the device.
The documentation gives the following advice...
https://docs.microsoft.com/en-gb/powerapps/maker/canvas-apps/functions/function-savedata-loaddata
-----------
These functions are limited by the amount of available app memory as they operate on an in-memory collection. Available memory can vary depending on factors such as:
* The device and operating system.
* The memory that the Power Apps player uses.
* Complexity of the app with screens and controls.
Test your app with expected scenarios on the type of devices you expect the app to run when storing large data. Expect to have between 30 MB and 70 MB of available memory generally.