Skip to content

Commit 1f6cc60

Browse files
committed
Added guidance on how to disable ___location tracking.
1 parent 8a74de6 commit 1f6cc60

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
272 KB
Loading

powerapps-docs/maker/canvas-apps/sample-crisis-communication-app.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@ connect it to your new data sources.
207207

208208
1. **Save** and **Publish** the app.
209209

210+
> [!NOTE]
211+
> This app records a users ___location and stores it in SharePoint to record where users are
212+
setting their status. To disable, change `Patch()` function the **OnSelect** property of the **btnDateRange** so
213+
that you send SharePoint `Blank() ` instead of `Location.Latitude` and `Location.Longitude`.
214+
![Import app package](media/sample-crisis-communication-app/___location-override.png)
215+
210216
### Update the request help Flow
211217

212218
This flow will send an adaptive card to a central Teams team requesting help.

0 commit comments

Comments
 (0)