Skip to content

Commit d4724eb

Browse files
authored
Merge pull request #8254 from MicrosoftDocs/Tristan-SyncStatus
Tristan - Sync status
2 parents b575df1 + dbb323a commit d4724eb

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

powerapps-docs/mobile/offline-sync-icon.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: View offline sync status
33
description: Learn how to interpret the offline sync icon in the mobile app navigation bar.
4-
ms.date: 02/08/2023
4+
ms.date: 06/05/2023
55
ms.author: sericks
66
author: sericks007
77
ms.reviewer:
@@ -39,6 +39,19 @@ The offline sync icon changes based on the app's sync status. The following tabl
3939
| ![Icon showing that the synchronization process encountered an error.](media/error.png "Icon showing that the synchronization process encountered an error.") | The synchronization process encountered an error. |
4040
| ![Icon showing that the synchronization process encountered a warning.](media/warning.png "Icon showing that the synchronization process encountered a warning.") | The synchronization process encountered a warning. |
4141

42+
## Types of offline syncs
43+
Data is synchronized from Dataverse to your device over the lifetime of your app using several synchronization modes.
44+
45+
- **First sync** - This sync is the initial offline sync that occurs for the Power Apps mobile app. All data in the offline profile is downloaded to the device. A user must use the Power Apps mobile app in online mode until the first sync is completed.
46+
47+
The first sync, which is the longest sync, is triggered when you sign-in to the Power Apps mobile app. It is also triggered after using the Reconfigure action (not recommended).
48+
49+
- **Delta sync** - This sync is the fastest sync, and occurs regularly based on the offline configuration for the organization. For example, a delta sync could occur every five minutes. Only data that has changed since the last sync occurred is downloaded to the mobile device.
50+
51+
- **Full delta sync** - When you select **Refresh** on the **Device status** page, you trigger a full sync. A full sync doesn't redownload data, but it does recheck every record on the device, so it may take longer than a regular delta sync.
52+
53+
- **Grid sync** - If you select **Refresh** on a grid or calendar view, the app will immediately synchronize all tables visible in the view. When the sync is complete, the view will refresh automatically.
54+
4255
## Offline Status page
4356

4457
When you select the offline sync icon, the **Offline Status** page opens. The **Offline Status** page provides details such as what data was downloaded, whether there is data waiting to upload, and the amount of storage the app is using.

0 commit comments

Comments
 (0)