You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/functions/function-savedata-loaddata.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The **SaveData** function stores a collection for later use under a name.
22
22
23
23
The **LoadData** function re-loads a collection by name that was previously saved with **SaveData**. You can't use this function to load a collection from another source.
24
24
25
-
Use these functions to improve app startup performance by caching data in the **[App.OnStart](../controls/control-screen.md#additional-properties)** formula on a first run and then reloading the local data on subsequent runs. These functions can also be used to add [simple offline capabilities](../offline-apps.md) to your app.
25
+
Use these functions to improve app startup performance by caching data in the **[App.OnStart](../controls/control-screen.md#additional-properties)** formula on a first run and then re-loading the local data on subsequent runs. These functions can also be used to add [simple offline capabilities](../offline-apps.md) to your app.
26
26
27
27
Storage is encrypted and in a private ___location on the local device, isolated from other users and other apps.
0 commit comments