Skip to content

Commit 3c9419a

Browse files
committed
tweaked add-form
1 parent e836a44 commit 3c9419a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Show, edit, or add a record from a table in a canvas app | Microsoft Docs
2+
title: Show, edit, or add a record in a canvas app | Microsoft Docs
33
description: Use a canvas-app form to show, edit, or add a record from a table in your data source.
44
author: emcoope-msft
55
manager: kvivek
@@ -14,9 +14,9 @@ search.audienceType:
1414
search.app:
1515
- PowerApps
1616
---
17-
# Show, edit, or add a record from a table in PowerApps
17+
# Show, edit, or add a record in a canvas app
1818

19-
To show all fields in a record, add and configure a **[Display form](controls/control-form-detail.md)** control in a canvas app. To edit any field in a record (or to add a record) and save your changes back to a data source, add and configure an **[Edit form](controls/control-form-detail.md)** control in a canvas app.
19+
In a canvas app, add and configure a **[Display](controls/control-form-detail.md)** form control to show all fields in a record, You can also add and configure an **[Edit](controls/control-form-detail.md)** form control to edit any field in a record, add a record, and save your changes back to a data source.
2020

2121
## Prerequisites
2222

@@ -25,12 +25,12 @@ To show all fields in a record, add and configure a **[Display form](controls/co
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-
If you add a form to a tablet app, the form will have three columns by default, which won't match this topic.
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.
2929

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

3232
## Add a form, and show data
33-
1. Add a **[Drop down](controls/control-drop-down.md)** control, and name it **ChooseProduct**.
33+
1. On a blank screen, add a **[Drop down](controls/control-drop-down.md)** control, and name it **ChooseProduct**.
3434

3535
> [!NOTE]
3636
> If you're not sure how to add a control, rename it, or set a property, see [Add and configure controls](add-configure-controls.md).
@@ -46,7 +46,7 @@ To show all fields in a record, add and configure a **[Display form](controls/co
4646
![Add a form](./media/add-form/add-a-form.png)
4747

4848
> [!NOTE]
49-
> This topic describes the **Edit form** control, but similar principles apply to the **Display form** control.
49+
> This topic describes the **Edit** form control, but similar principles apply to the **Display** form control.
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

@@ -66,7 +66,7 @@ To show all fields in a record, add and configure a **[Display form](controls/co
6666

6767
![Move field](./media/add-form/move-field.png)
6868

69-
The **Edit form** control reflects your change.
69+
The **Edit** form control reflects your change.
7070

7171
![Show form](./media/add-form/show-form1.png)
7272

Loading

0 commit comments

Comments
 (0)