Skip to content

Commit aab0b48

Browse files
authored
Merge pull request #1167 from MicrosoftDocs/anneta-formlayout
remove entity from working-with-form-layout.md
2 parents 7e66f18 + a3c6b70 commit aab0b48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

powerapps-docs/maker/canvas-apps/working-with-form-layout.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ In this tutorial, we'll walk through the steps to create this form. We'll also l
2626

2727
If you're new to PowerApps (or have only generated apps automatically), you'll want to [build an app from scratch](get-started-create-from-blank.md) before you dive into this topic. By building an app from scratch, you'll become familiar with required concepts, such as adding data sources and controls, that are mentioned but not explained in this topic.
2828

29+
This topic is written as though you have a data source that's named **Sales order** and that contains the fields in the previous graphic. If you have a PowerApps Plan 2 license or a [trial license](../signup-for-powerapps.md) and system administrator or system customizer permissions, you can [create an entity](../common-data-service/data-platform-create-entity.md) in Common Data Service (CDS) for Apps and add similar fields.
30+
2931
## Add a gallery
3032

31-
1. Create a tablet app from scratch.
33+
1. Create a tablet app from scratch, and add your data source.
3234

3335
Everything discussed in this topic also applies to phone layouts, but phone apps often have only one vertical column.
34-
2. Add the **Sales order** entity in the [Common Data Service](../common-data-service/data-platform-intro.md) as a data source for the app.
35-
36-
Outside of this tutorial, you can use any data source, including SharePoint lists and Excel tables.
37-
3. Add a vertical **Gallery** control, and set its **Items** property to **'Sales order'**.
36+
37+
2. Add a vertical **Gallery** control, and set its **Items** property to **'Sales order'**.
3838

3939
(optional) To match the examples in this tutorial, change the gallery's **Layout** to show only **Title and subtitle**.
4040

4141
![Sales order list](./media/working-with-form-layout/gallery-layout.png)
42-
4. In the gallery, click or tap **SO004**.
42+
3. In the gallery, click or tap **SO004**.
4343

4444
![Sales order list](./media/working-with-form-layout/sales-order-gallery-screen.png)
4545

0 commit comments

Comments
 (0)