문제

I am wondering is it possible to create a PowerApp mobile app which can function without internet connection and perhaps store data from the database (i.e SharePoint List or SQL Database) locally on the device in case the app needs to be used offline ?

도움이 되었습니까?

해결책

Yes, it is possible to develop offline-capable canvas apps.

Here is what you can do:

  • Determine when an app is offline, online, or in a metered connection by using the Connection signal object.
  • Use collections and leverage the LoadData and SaveData functions for basic data storage when offline.

Microsoft documentation: Develop offline-capable canvas apps

Additional References:

  1. Build offline apps with new PowerApps capabilities
  2. Implementing Offline Capability In Your App

There are some limitations with using offline capabilities. You can check it in documentation and references given above.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top