File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
powerapps-docs/maker/canvas-apps Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,16 @@ This topic is written as though you have a data source that's named **Sales orde
30
30
31
31
## Add a gallery
32
32
33
- 1 . Create a tablet app from scratch.
33
+ 1 . Create a tablet app from scratch, and add your data source .
34
34
35
35
Everything discussed in this topic also applies to phone layouts, but phone apps often have only one vertical column.
36
36
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'** .
40
38
41
39
(optional) To match the examples in this tutorial, change the gallery's ** Layout** to show only ** Title and subtitle** .
42
40
43
41
![ 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** .
45
43
46
44
![ Sales order list] ( ./media/working-with-form-layout/sales-order-gallery-screen.png )
47
45
You can’t perform that action at this time.
0 commit comments