Skip to content

Commit d59850a

Browse files
authored
Merge pull request #2481 from MicrosoftDocs/filip-fixes
Issues - canvas app multiple fixes - fikaradz
2 parents 74f1999 + 94eb394 commit d59850a

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

powerapps-docs/maker/canvas-apps/controls/control-attachments.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66
ms.service: powerapps
77
ms.topic: reference
88
ms.custom: canvas
9-
ms.date: 04/23/2018
9+
ms.date: 03/09/2020
1010
ms.author: chmoncay
1111
ms.reviewer: tapanm
1212
search.audienceType:
@@ -76,13 +76,15 @@ An **Attachments** control lets you open, add, and delete files from a SharePoin
7676

7777

7878
## 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.
8080

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.
8282

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.
8484

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**.
8688

8789
The Attachments field associated with the SharePoint list will appear in the form.
8890

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+
```
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

powerapps-docs/maker/canvas-apps/controls/properties-text.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
title: Text properties | Microsoft Docs
33
description: Reference material for properties such as Text, Tooltip, and HintText
4-
author: gregli-msft
4+
author: chmoncay
55
manager: kvivek
66
ms.service: powerapps
77
ms.topic: reference
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 10/25/2016
11-
ms.author: gregli
10+
ms.date: 03/09/2020
11+
ms.author: chmoncay
1212
search.audienceType:
1313
- maker
1414
search.app:
1515
- PowerApps
1616
---
1717
# Text properties in Power Apps
18-
Configure the text that appears on a control, in a tooltip, as a hint when the user types data, and specify other text-related characteristics.
18+
Configure the text that appears on a control, as a hint when the user types data, and specify other text-related characteristics.
1919

2020
## Text appearance
2121
**Font** – The name of the family of fonts in which text appears.

0 commit comments

Comments
 (0)