Skip to content

Commit d4a287e

Browse files
committed
issue 303 update
1 parent 85be380 commit d4a287e

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

powerapps-docs/maker/canvas-apps/controls/control-export-import.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: reference
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 10/25/2016
10+
ms.date: 03/09/2020
1111
ms.author: chmoncay
1212
search.audienceType:
1313
- maker
@@ -109,20 +109,19 @@ The export functionality isn't supported in web browsers.
109109
**[Y](properties-size-___location.md)** – The distance between the top edge of a control and the top edge of the parent container (screen if no parent container).
110110

111111
## Example
112-
1. Add a **[Button](control-button.md)** control, and set its **[OnSelect](properties-core.md)** property to this formula:
113-
<br>**ClearCollect(Products, {Name:"Europa", Price:"10.99"}, {Name:"Ganymede", Price:"12.49"}, {Name:"Callisto", Price:"11.79"})**
114-
115-
Don't know how to [add, name, and configure a control](../add-configure-controls.md)?
116-
117-
Want more information about the **[ClearCollect](../functions/function-clear-collect-clearcollect.md)** function or [other functions](../formula-reference.md)?
118-
2. Press F5, click or tap the **[Button](control-button.md)** control, and then press Esc.
112+
1. Add a **[Button](control-button.md)** control, and set its **[OnSelect](properties-core.md)** property to this formula: <br>
113+
```powerapps
114+
ClearCollect(Products, {Name:"Europa", Price:"10.99"}, {Name:"Ganymede", Price:"12.49"}, {Name:"Callisto", Price:"11.79"})
115+
```
116+
For more details, read [adding, naming, and configuring a control](../add-configure-controls.md), **[ClearCollect](../functions/function-clear-collect-clearcollect.md)** and [other functions](../formula-reference.md).
117+
2. Press F5 and select **[Button](control-button.md)** control, and then press Esc.
119118
3. Add an **Export** control, and set its **Data** property to **Products**.
120-
4. Press F5, click or tap the **Export** control, and then specify the name of the file into which you want to export the data.
121-
5. Click or tap **Save**, then press Esc to return to the default workspace.
119+
4. Press F5 and select the **Export** control to download the file *Data.zip*.
120+
5. Select **Save**, then press Esc to return to the default workspace.
122121
6. In a new or existing app, add an **Import** control, name it **MyData**, and set its **[OnSelect](properties-core.md)** property to this formula:<br>
123122
**Collect(ImportedProducts, MyData.Data)**
124-
7. Press F5, click or tap **MyData**, click or tap the file that you exported, and then click or tap **Open**.
125-
8. Press Esc, click or tap **Collections** on the **File** menu, and confirm that the current app has the data that you exported.
123+
7. Press F5 and select **MyData**, then select the file that you exported, and then select **Open**.
124+
8. Press Esc and select **Collections** on the **File** menu, and confirm that the current app has the data that you exported.
126125

127126

128127
## Accessibility guidelines

0 commit comments

Comments
 (0)