Skip to content

Commit 5a87f0e

Browse files
authored
Live publish
2 parents d1f4f66 + 938b238 commit 5a87f0e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

powerapps-docs/maker/canvas-apps/add-form.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 10/06/2017
10+
ms.date: 04/22/2020
1111
ms.author: emcoope
1212
search.audienceType:
1313
- maker
@@ -25,7 +25,7 @@ In a canvas app, add and configure a **[Display](controls/control-form-detail.md
2525
- Upload the Excel file to a [cloud-storage account](connections/cloud-storage-blob-connections.md), such as OneDrive for Business.
2626
- Create or open an app for phones, [add a connection](add-data-connection.md) to the **FlooringEstimates** table in the Excel file.
2727

28-
You can add a form to a tablet app, but it won't match this topic because the form will have three columns by default.
28+
You can add a form to a tablet app, but it won't match this article because the form will have three columns by default.
2929

3030
- If you open an existing app, [add a screen](add-screen-context-variables.md) to it.
3131

@@ -50,7 +50,7 @@ In a canvas app, add and configure a **[Display](controls/control-form-detail.md
5050
5151
1. Set the form's **[DataSource](controls/control-form-detail.md)** property to **FlooringEstimates** and its **[Item](controls/control-form-detail.md)** property to this formula:
5252

53-
`First(Filter(FlooringEstimates, Name=ChooseProduct.Selected.Value))`
53+
`ChooseProduct.Selected`
5454

5555
This formula specifies that, after you finish configuring the form, it will show the record that the user selects in **ChooseProduct**.
5656

powerapps-docs/maker/canvas-apps/create-responsive-layout.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm-msft
10-
ms.date: 9/20/2019
10+
ms.date: 04/22/2020
1111
ms.author: emcoope
1212
search.audienceType:
1313
- maker
@@ -135,6 +135,7 @@ You can use these formula patterns for expressing common layout relationships be
135135
| **C** fills space between **D** and right edge of parent | **X** | `D.X + D.Width` | ![Example of pattern](media/create-responsive-layout/d9.png) |
136136
| | **Width** | `Parent.Width - C.X` | |
137137
| **C** fills space between **D** and bottom edge of parent | Y | `D.Y + D.Height` | ![Example of pattern](media/create-responsive-layout/d10.png) |
138+
| | **Height** | ```Parent.Height - D.Y```
138139

139140
## Hierarchical layout
140141

0 commit comments

Comments
 (0)