Skip to content

Commit fbd9c50

Browse files
authored
Merge pull request #8672 from MicrosoftDocs/trdehove-patch-1
Update canvas-mobile-offline-overview.md
2 parents 28299d6 + 37ff148 commit fbd9c50

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

powerapps-docs/mobile/canvas-mobile-offline-overview.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Mobile offline for canvas apps (preview)
33
description: Learn how to create canvas apps for use offline on mobile devices in Microsoft Power Apps.
4-
ms.date: 08/25/2023
4+
ms.date: 09/19/2023
55
ms.topic: overview
66
ms.component: pa-user
77
ms.subservice: mobile
@@ -57,6 +57,26 @@ To get started with mobile offline, turn on the offline feature in your app and
5757

5858
When you turn on the offline capability in your app, the app always runs offline-first, with or without an Internet connection. This functionality optimizes offline performance and creates a consistent experience for users as they change locations.
5959

60+
## Why use offline for canvas apps instead of LoadData/SaveData?
61+
62+
Built-in offline support for canvas apps is in preview and doesn't support files and images and some Power Fx functions yet. However, there are some key benefits of using it instead of LoadData/SaveData Power Fx functions.
63+
64+
|Topic |LoadData/SaveData | Built-in offline |
65+
|---------|--------------------|------------------|
66+
|Power Apps Studio support |Custom | Built-in|
67+
|Code complexity |Power Fx code complexity scales up with data complexity |No code|
68+
|Supported Power Fx functions | All | Partial (See limitations in the **Important** note near the beginning of this article.)|
69+
|App checker rules| None |Flag common configuration problems|
70+
|Offline or connectivity user experience | Not provided/custom only |Automatic|
71+
|Sync user experience or status |Not provided/custom only | Automatic|
72+
|Image and file support| Yes, but may run into performance and memory limits |Not supported|
73+
|Optimized delta sync| No| Yes|
74+
|Conflict resolution |Manual |Automatic|
75+
|Local data store |Files |Transactional database|
76+
|Automatically handles schema changes |No |Yes|
77+
|Fast app launch with large datasets |No |Yes|
78+
|Data size limit| Device dependent, 30-70 MB in most cases |Device dependent, up to the storage capacity of the device|
79+
6080
### See also
6181

6282
[Working with canvas apps offline](canvas-mobile-offline-working.md)

0 commit comments

Comments
 (0)