Skip to content

Commit f2ff5b9

Browse files
committed
Made instructions for disabling ___location more clear.
1 parent 1f6cc60 commit f2ff5b9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
-84.3 KB
Loading

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,12 @@ connect it to your new data sources.
208208
1. **Save** and **Publish** the app.
209209

210210
> [!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`.
211+
> This app records a users ___location and stores it in your SharePoint site whenever a user
212+
sets their status. This allows your crisis management team to view this data in a Power BI report.
213+
To disable this functionality, follow these steps:
214+
1. Search for the **btnDateRange** control
215+
1. Open the **OnSelect** property of the **btnDateRante** control in the formula bar.
216+
1. Change `Location.Latitude` and `Location.Longitude` to `Blank() `.
214217
![Import app package](media/sample-crisis-communication-app/___location-override.png)
215218

216219
### Update the request help Flow

0 commit comments

Comments
 (0)