Skip to content

Commit b1235fa

Browse files
authored
Merge branch 'main' into users/cotaylor/add-cards-alm-docs
2 parents 999c7bf + fbd9c50 commit b1235fa

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

powerapps-docs/maker/data-platform/migrate-access-to-dataverse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Unlike Access, Dataverse and Dataverse for Teams are data sources. The user inte
106106

107107
To enable application lifecycle management (ALM), Dataverse uses solutions to allow for the management, and distribution of content including apps, tables, and more. A solution is a package of components such as tables, relationships, or other items that can be distributed across multiple Dataverse environments through solution export and import.
108108

109-
The Access migration tool allows users to choose if they wish to export their Access databases directly into a solution. Access datavases in solutions are exported as an unmanaged solution. A solution must exist or be created in Dataverse prior to the migration to be used for the migration process. To learn more about solutions, go to: [Solution Concepts](/power-platform/alm/solution-concepts-alm)
109+
The Access migration tool allows users to choose if they wish to export their Access databases directly into a solution. Access databases in solutions are exported as an unmanaged solution. A solution must exist or be created in Dataverse prior to the migration to be used for the migration process. To learn more about solutions, go to: [Solution Concepts](/power-platform/alm/solution-concepts-alm)
110110

111111
### See also
112112

powerapps-docs/maker/model-driven-apps/rich-text-editor-control.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,6 @@ The following table describes the different formatting features and functionalit
10271027
|![Underline.](media/format-underline.png "Underline")| Underline | Ctrl+U | Underline your text. |
10281028
|![Text Highlight Color.](media/text-highlight-color.png "Text Highlight Color")| Text Highlight Color | | Make your text stand out by highlighting it in a bright color. |
10291029
|![Font Color.](media/font-color.png "Font Color")| Font Color | | Change the color of your text. |
1030-
|![Attachment.](media/rte-attachment.png "Attachment")| Attachment | | Attach a file. After you've uploaded a file, you can select the link to preview the file in the **Attachment Preview** dialog. |
10311030
|![Bullets.](media/format-bullets.png "Bullets")| Bullets | | Create a bulleted list. |
10321031
|![Numbering.](media/format-numbering.png "Numbering")| Numbering | | Create a numbered list. |
10331032
|![Decrease Indent.](media/decrease-indent.png "Decrease Indent")| Decrease Indent | | Move your paragraph closer to the margin. |

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)