You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/mobile/offline-sync-icon.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ search.audienceType:
15
15
16
16
# View offline sync status
17
17
18
-
The offline sync icon indicates the synchronization status of the Power Apps mobile app. At a glance, you can tell:
18
+
The offline sync icon indicates the synchronization status of the Power Apps mobile app. At a glance, you can tell whether:
19
19
20
-
-Whether the app is connected to the network
21
-
-Whether a data refresh is in progress
22
-
-Whether updated data is waiting to sync
23
-
-Whether the app has experienced an error or warning while syncing
20
+
-The app is connected to the network
21
+
-A data refresh is in progress
22
+
-Updated data is waiting to sync
23
+
-The app has experienced an error or warning while syncing
24
24
25
25
The offline sync icon is always visible in the main app navigation on iOS and Android devices.
26
26
@@ -42,19 +42,19 @@ The offline sync icon changes based on the app's sync status. The following tabl
42
42
## Types of offline syncs
43
43
Data is synchronized from Dataverse to your device over the lifetime of your app using several synchronization modes.
44
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.
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
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).
47
+
The first sync, which is the longest sync, is triggered when you signin to the Power Apps mobile app. It is also triggered after using the Reconfigure action (not recommended).
48
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.
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 is downloaded to the mobile device.
50
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.
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
52
53
-
-**Grid sync**: If you select **Refresh** on a grid or calendar view, the app immediately synchronizes all tables visible in the view. When the sync is complete, the view refreshes automatically.
53
+
-**Grid sync**: If you select **Refresh** on a grid or calendar view, the app immediately synchronizes all tables visible in the view. When the sync is complete, the view refreshes automatically.
54
54
55
55
## Offline Status page
56
56
57
-
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.
57
+
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 data is waiting to be uploaded, and the amount of storage the app uses.
58
58
59
59
:::image type="content" source="media/OfflineStatusPage-NotConnected.png" alt-text="The Offline Status page of a mobile app.":::
0 commit comments