

Loads the LocalCache collection from the user's device under the name "M圜ache", previously stored with a call to SaveData.ĭata is loaded from the app host under the name "M圜ache".Ĭlears the storage under the name "M圜ache". Save the LocalCache collection to the user's device under the name "M圜ache", suitable for LoadData to retrieve later.ĭata is saved to the app host under the name "M圜ache". If Name is not provided, all storage associated with the app is cleared. Name of the storage previously saved with SaveData. Use false (default) to return an error and true to suppress the error. A Boolean value indicating what to do if the file doesn't already exist. Names must not contain any of these characters: *".?:\|/. The name space isn't shared with other apps or users. The name must be same to save and load same set of data. Data stored when playing an app in a web browser is not encrypted. The device may also encrypt the data or you can use a mobile device management tool such as Microsoft Intune. The device's built in app sandbox facilities are used to isolate saved data from other apps. Use the Clear function before calling LoadData if you want to start with an empty collection. The loaded data will be appended to the collection. For more information, see creating and removing variables. All that is needed is the presence of these functions in a formula to implicitly define the structure of the collection. It's a common case when using LoadData after a previous SaveData. You don't need to call Collect or ClearCollect to load data into the collection for defining it. These functions depend on the collection being implicitly defined with Collect or ClearCollect. Expect to have between 30 MB and 70 MB of available memory generally. Test your app with expected scenarios on the type of devices you expect the app to run when storing large data.
#Delete venture towns save data android#
To test your app, run it in Power Apps Mobile on an iPhone or Android device.

#Delete venture towns save data Offline#
You can also use these functions to add simple offline capabilities to your app.

The name must not contain any of these characters: *".?:\|/.

It need not be complex as names are unique to each app and there is no danger of name conflict. The name shared between SaveData, LoadData, and ClearData is a key, not a file name.
