Set up mobile offline (preview)
[This topic is pre-release documentation and is subject to change.]
Use the modern app designer to enable your model-driven apps for offline use on a mobile device. When offline mode is enabled, users can interact with their data without internet connectivity on the Power Apps mobile app.
Prerequisites
Verify the following prerequisites before you enable mobile offline:
Environment maker, system administrator, or system customizer role is needed to configure offline mode for model-driven apps. These roles have Create, Read, Write, Delete and Share privileges on the mobile offline profile table. More information: About predefined security roles
Users with the basic user role can open and use an offline application. This role has the Read privilege for the mobile offline profile table.
If you have a custom security role, make sure you have the Read privilege for Mobile Offline profile. For more information, go to Miscellaneous privileges - Core Records tab.
Optimize your app for mobile offline
Mobile apps run on smaller screens with limited connectivity. Before you enable offline mode, make sure your model-driven app is optimized for offline and mobile use. Consider the number of user scenarios that you want to cover and the amount of data the app will use. Create an app that's simple and lightweight.
If you have desktop and remote mobile users, optimize the user experience by creating two separate apps. Create an online app for your office users and another app for your mobile users who might have limited connectivity.
Follow these best practices when building an app for mobile offline use:
Identify the on-the-go scenarios that are functionally related, such as tasks that are performed by users who work in the field.
Reduce the complexity of your app by limiting the amount of app metadata that needs to be downloaded on a user's device. Only add the tables and views that are needed for your mobile users. For more information, go to Add pages to your app.
Only keep views that are necessary, and remove any that aren't needed on a day-to-day basis. For example, keep the My active accounts view and remove the All accounts view. Keep your forms lightweight for a smooth and intuitive experience on small-screen devices. The following are possible optimizations for forms on mobile:
Build dedicated forms for mobile use.
Share forms across the mobile and desktop experience, but disable some fields on mobile.
Enable your app for offline use (preview)
Set up the new mobile offline experience in the modern app designer.
Sign in to Power Apps (preview)
On the left pane, select Apps, and then select the model-driven app that you want to enable for offline.
Select More (...) > Edit to open the modern app designer.
On the command bar, select Settings.
On the Features tab, set the Offline setup from the app designer toggle to Yes.
On the General tab, set the Can be used offline toggle to On.
Select an existing offline profile, or select New profile with current app data. To set up a new offline profile, go to the following section, Set up a mobile offline profile.
Note
If you edit an app that has more than one offline profile, that was created using the offline experience that is generally available, then you will get this message: There is more than one mobile offline profile associated with this app, so you can't edit it here. To use the new offline experience, your app can only have one offline profile.
Close the Settings dialog, and then save and publish your app. When you're done, the app will be set up for offline use.
Set up a mobile offline profile
The mobile offline profile represents the dataset that's synced on a user's device. The profile contains the tables, including related filters, that are applied when data is synced to a user's device.
Prerequisite: Enable a table for offline
A table needs to be enabled for offline to add it to a offline profile. Some tables are enabled for offline by default. Follow these steps to verify whether a table is enabled for offline.
Sign in to Power Apps (preview)
On the left pane, select Data > Tables.
Select the table that you want to add to an offline profile, and then on the command bar, select Settings
In the Edit table settings, select Advanced options, and in the Rows in this table section, select Can be taken offline.
Note
An app can only be linked to one profile, but a profile can be shared between multiple apps. This can be useful when different apps share the same dataset, which then only needs to be downloaded once on the device and between the apps.
Generate a default profile
The modern app designer can generate a default offline profile that's based on how the app is configured.
Note
The default offline profile is a starting point to help you quickly build an offline profile. The default profile won't compute the optimal filters for each table. If you have a complex app, the auto-generated profile might be partially successful because only part of the app might be set up correctly for offline use. With this in mind, it's important that you review and adjust the proposed filters based on your organization's needs.
Select New profile with current app data.
Review the proposed filters for each table. Make sure that the data downloaded on the users' devices is limited to only what's necessary. Focus on the most-often-used tables in your app, which in most cases have the Organization rows filter set.
The tables that are added to the profile also have the Related rows only filter. These are tables that are used in some views and need to have related information available, so you might not need to modify them based on your organization's needs.
Add a table to an offline profile and apply filters
Applying an appropriate filter for each of the tables configured in the offline profile is critical to limit the amount of data that's downloaded on users' devices.
Keep in mind, that you can have 15 related tables in a custom filter. You can also have 15 relationships. These are distinct checks that might not add up. The 15 relationships limit is transitive, meaning if table B has N relationships, and you add a reference to table B in table A, then it will increase the relationship count of A by N+1; one plus the N already in table B. This limit is per profile item for table in the profile.
Select Add table.
Choose a table, and then define the filters.
Set the following filters:
- Choose the row that you want to make available offline. For the Custom option, use the expression builder to set up advanced conditions.
- Relationships lists the different relationships available between the current table and other tables added in the offline profile. Selecting a relationship will ensure that related rows following that relationship will be downloaded and made available offline.
- Files and Images define which columns for a file or image need to be downloaded offline. For files, you can choose to download every column or none at all. For images, you can select each column you want to download granularly.
- Sync interval defines the sync frequency to be applied on the device to sync the data with the server. If a table's data doesn't change frequently—like a catalog or a product table—you might want to focus on only syncing data when necessary, for example refreshing only once a day.
Note
You can only have up to 15 related tables in an profile. If you exceed the limit, then you will get an error and won't be able to publish the offline profile.
Select Add + save to add your table and filters to the profile.
When all tables are properly configured for the profile, select Done > Publish your application.
When the app is published, the app will be enabled for offline use. All your users who have access to the app can also use it in offline mode.
Feedback
Submit and view feedback for