Skip to content

Commit 0b8aa4b

Browse files
authored
Merge pull request #2743 from MicrosoftDocs/canvasapp-issue-903-1803519
Canvasapp issue 903 - 1803519
2 parents 6591d21 + 365e42e commit 0b8aa4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

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

0 commit comments

Comments
 (0)