Skip to content

Commit 258c13f

Browse files
authored
Merge pull request #9193 from MicrosoftDocs/trdehove-patch-9
Trdehove patch 9
2 parents 1a36e61 + c51b2b3 commit 258c13f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If users of your Dataverse-based canvas app have spotty or no Internet access, y
2626

2727
> [!IMPORTANT]
2828
> - The offline-first feature works with Dataverse tables only and doesn't support the following Power Fx functions:
29-
> - Sum/Min/Max/Avg
29+
> - Min/Max/Avg
3030
> - Relate
3131
> - Unrelate
3232
> - In (Membership)

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,16 @@ Switch(Connection.Sync,
199199
200200
   ConnectionSync.NotConnectedSyncError, Icon.GlobeError)
201201
```
202+
You can set the **OnSelect** property using the Power Fx function `ShowHostInfo` to show the [Device status page](/power-apps/mobile/offline-sync-icon#device-status-page) when selecting the globe icon.
203+
204+
```powerappsfl
205+
ShowHostInfo(HostInfo.OfflineSync)
206+
```
207+
You can set the **Visible** property using the Power Fx function `Host` to only show the globe icon when the app is used on a player that is supporting the offline mode.
208+
209+
```powerappsfl
210+
Host.OfflineEnabled
211+
```
202212

203213
## Limitations and known issues
204214

0 commit comments

Comments
 (0)