Skip to content

Commit aaf7b35

Browse files
committed
Updates for improved implementation
1 parent 2f93647 commit aaf7b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/functions/function-savedata-loaddata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The **SaveData** function stores a collection for later use under a name.
2222

2323
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.
2424

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.
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 cache on subsequent runs. These functions can also be used to add [simple offline capabilities](../offline-apps.md) to your app.
2626

2727
These functions cannot be used inside a browser either when authoring the app in the Studio or running the app in the Web Player. Use a native player on a device to test your app during development.
2828

0 commit comments

Comments
 (0)