Skip to content

Commit b0f59d3

Browse files
authored
Update working-with-form-layout.md
1 parent 1bf2407 commit b0f59d3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,16 @@ This topic is written as though you have a data source that's named **Sales orde
3030

3131
## Add a gallery
3232

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

3535
Everything discussed in this topic also applies to phone layouts, but phone apps often have only one vertical column.
3636

37-
2. Add your data source for the app.
38-
39-
3. Add a vertical **Gallery** control, and set its **Items** property to **'Sales order'**.
37+
2. Add a vertical **Gallery** control, and set its **Items** property to **'Sales order'**.
4038

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

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

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

0 commit comments

Comments
 (0)