You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-attachments.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ manager: kvivek
6
6
ms.service: powerapps
7
7
ms.topic: reference
8
8
ms.custom: canvas
9
-
ms.date: 04/23/2018
9
+
ms.date: 03/09/2020
10
10
ms.author: chmoncay
11
11
ms.reviewer: tapanm
12
12
search.audienceType:
@@ -76,13 +76,15 @@ An **Attachments** control lets you open, add, and delete files from a SharePoin
76
76
77
77
78
78
## Example
79
-
1.Create an app from data using a SharePoint list as a data source. As an alternative, add a form to your app, and set a SharePoint list as its data source.
79
+
1.Add a form to your app, and set a SharePoint list as its data source.
80
80
81
-
2. Select the **Form** control in the tree view on the left-hand side.
81
+
2. Select the **Display Form** control in the tree view on the left-hand side. You can also use **Edit Form** instead.
82
82
83
-
3.Click**Data** in the Properties tab in the options panel on the right.
83
+
3.Select**Data Source** in the Properties tab in the options panel on the right and then select the SharePoint list you connected to.
84
84
85
-
4. Under **Fields**, enable the **Attachments** field.
85
+
4. Select **Edit fields** in *Fields* section and select **Add field**.
86
+
87
+
5. Select the **Attachments** field and select **Add**.
86
88
87
89
The Attachments field associated with the SharePoint list will appear in the form.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-export-import.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
7
7
ms.topic: reference
8
8
ms.custom: canvas
9
9
ms.reviewer: tapanm
10
-
ms.date: 10/25/2016
10
+
ms.date: 03/09/2020
11
11
ms.author: chmoncay
12
12
search.audienceType:
13
13
- maker
@@ -109,20 +109,19 @@ The export functionality isn't supported in web browsers.
109
109
**[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).
110
110
111
111
## Example
112
-
1. Add a **[Button](control-button.md)** control, and set its **[OnSelect](properties-core.md)** property to this formula:
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>
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.
119
118
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.
122
121
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>
123
122
**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.
0 commit comments