Skip to content

Commit eb4a3d3

Browse files
Updates for mobile offline-first
1 parent 640758d commit eb4a3d3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,17 @@ You can easily enable canvas apps that are based on Dataverse for [offline-first
2525
Basic offline-first apps are easy to build. There is no need to use [PowerFx’s SaveData or LoadData functions](/power-platform/power-fx/reference/function-savedata-loaddata) or manage offline data with complex, collection schemes in PowerFx. Just build your app with normal [Power Fx formulas](/power-platform/power-fx/formula-reference) and the offline features handle all the complexity for you.
2626

2727
> [!Important]
28-
> This offline-first feature currently only works with Dataverse tables, and there are some Power Fx expressions that are not yet supported.
28+
> This offline-first feature currently only works with Dataverse tables. The following list enumerates the commonly delegated Power Fx functions not yet supported for offline-first. This list is not exhaustive. Delegation support for these functions is under active development. Check back with this list for the most current information. The functions are listed in alphbetical order.
29+
> * CountRows
30+
> * Filter/Lookup on Lookup field
31+
> * First
32+
> * In
33+
> * IsBlank
34+
> * Relate
35+
> * Search
36+
> * StartsWith
37+
> * Sum/Min/Max/Avg
38+
> * Unrelate
2939
3040
Complex, offline apps are also supported. Complex, offline scenarios are enabled with custom *offline profiles*. An offline profile is a set of filters and restrictions on the data that you load to your device. For example, while you may have access rights to millions of records for a table, you may only need a thousand records for your app. If you only download a thousand records, your app performs better. Use offline profiles to optimize your app’s performance by reducing the data downloaded to the mobile device. If you need more than 15 tables in your offline app, you may want to consider a custom offline profile.
3141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Note, an internet connection is required to sync data between your mobile device
3030
To get started with mobile offline, an app maker needs to enable and define the tables that are available for offline by using the [modern app designer](../maker/model-driven-apps/app-designer-overview.md). For more information, go to [Set up mobile offline](setup-mobile-offline.md).
3131

3232
> [!IMPORTANT]
33-
> The mobile offline experience is not available for canvas apps.
33+
> The mobile offline experience for canvas apps is in Preview.
3434
3535
## Mobile offline-first
3636

0 commit comments

Comments
 (0)