Skip to content

Commit 55384c7

Browse files
authored
Update canvas-mobile-offline-overview.md
1 parent defa89d commit 55384c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ When you turn on the offline capability in your app, the app always runs offline
5959

6060
## Why use offline for canvas apps instead of LoadData/SaveData?
6161

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 already some key benefits of using it instead of LoadData/SaveData Power Fx functions.
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.
6363

64-
|Topic |LoadData / SaveData | Built-in offline |
64+
|Topic |LoadData/SaveData | Built-in offline |
6565
|---------|--------------------|------------------|
6666
|Power Apps Studio support |Custom | Built-in|
6767
|Code complexity |Power Fx code complexity scales up with data complexity |No code|
6868
|Power Fx functions | All | Partial (see limitations)|
6969
|App checker rules| None |Flag common configuration problems|
70-
|Offline/Connectivity UX | Not provided / custom only |Automatic|
71-
|Sync UX / status |Not provided / custom only | Automatic|
72-
|Image and file support| Yes, but may run into performance and memory limits |Not yet supported|
70+
|Offline/Connectivity UX | Not provided/custom only |Automatic|
71+
|Sync UX / status |Not provided/custom only | Automatic|
72+
|Image and file support| Yes, but may run into performance and memory limits |Not supported|
7373
|Optimized delta sync| No| Yes|
7474
|Conflict resolution |Manual |Automatic|
7575
|Local data store |Files |Transactional database|

0 commit comments

Comments
 (0)