Skip to content

Commit 3267c34

Browse files
authored
Update canvas-mobile-offline-overview.md
1 parent 1efb6cf commit 3267c34

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
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
@@ -58,11 +58,13 @@ To get started with mobile offline, turn on the offline feature in your app and
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

6060
## Why using canvas offline over LoadData/SaveData?
61-
The canvas built-in offline feature is in preview and doeesn't cover yet the full spectrum of the offline requirements. However, there are already some key benefits of using it instead of LoadData/SaveData powerFx functions:
61+
62+
The canvas built-in offline feature is in preview and doeesn't cover yet the full spectrum of the offline requirements. However, there are already some key benefits of using it instead of LoadData/SaveData Power Fx functions.
63+
6264
|Topic|LoadData / SaveData | Built-in offline |
6365
|---------|---------|---------|
6466
|Power Apps Studio support |Custom | Built-in|
65-
|Code complexity |PowerFX code complexity scales up with data complexity |No code|
67+
|Code complexity |Power Fx code complexity scales up with data complexity |No code|
6668
|Power Fx functions | All | Partial (see limitations)|
6769
|App checker rules| None |Flag common configuration problems|
6870
|Offline/Connectivity UX | Not provided / custom only |Automatic|
@@ -73,7 +75,7 @@ The canvas built-in offline feature is in preview and doeesn't cover yet the ful
7375
|Local data store |Files |Transaction database|
7476
|Automatically handles schema changes |No |Yes|
7577
|Fast app launch with large datasets |No |Yes|
76-
|Data size limit| Device dependent, 30-70MB in most cases |Device dependent, up to the storage capacity of the device|
78+
|Data size limit| Device dependent, 30-70 MB in most cases |Device dependent, up to the storage capacity of the device|
7779

7880

7981
### See also

0 commit comments

Comments
 (0)