We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fd3e6 commit b8e2ee0Copy full SHA for b8e2ee0
powerapps-docs/maker/canvas-apps/sample-crisis-communication-app.md
@@ -216,7 +216,7 @@ connect it to your new data sources.
216
1. Open the **OnSelect** property of the **btnDateRante** control in the formula bar.
217
1. Copy and paste the following snippet in the formula bar for **OnSelect** property:
218
219
- ```PowerAppsDot
+ ```
220
UpdateContext({locSaveDates: true});
221
222
// Store the output properties of the calendar in static variables and collections.
0 commit comments