Never lose data! A key benefit of local storage is that you can allow your users to save data even when out of range of WiFi or cellular data networks
Continuity of operation is another big advantage. Your users can continue working effectively whatever the circumstances and not need to find a network to complete one transaction before starting another
As you’d guess, the speed to save data is also noticably quicker when run side by side with storing data in the cloud, though this is unlikely to make a huge difference to everyday Power Apps users
And the downsides? The obvious drawback is that any data saved locally is subject to potential loss. Also you are saving data specific to that device, not the user. If the user moves to another device the locally stored data will not be available to them
Also, local storage only works on handheld devices (ie Android and iOS). If you are running your app in a browser local storage isn’t an option and the orange warning triangles will flag this to you when you are building your app. For this reason you can only fully test on a published app running on a handheld too
Local storage fulfills an important role, particularly when your app is used by roaming users who are likely to be working in “Not Spots” away from the Internet
Very useful. Thanks
You are welcome Carole. Thanks for reading!