Skip to content

Instantly share code, notes, and snippets.

@wichertandre
Created April 12, 2018 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wichertandre/445d3bc9decc637ad94a4e0befd112aa to your computer and use it in GitHub Desktop.
Save wichertandre/445d3bc9decc637ad94a4e0befd112aa to your computer and use it in GitHub Desktop.
A simple code example to illustrate the use of the offline functionality from PowerApps
If(
Connection.Connected,
ClearCollect(LocalStorage, "sharepointlist");
SaveData(LocalStorage, "localStorage"),
LoadData(LocalStorage, "localStorage", true)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment