You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/data-platform-create-app-scratch.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,13 @@ When you build an app from the Common Data Service, you don't need to create a c
36
36
37
37
1. Specify a name for your app, select **Phone**, and then select **Create**.
38
38
39
-
You can build an app from scratch for tablets, but this topic shows on building an app for phones.
39
+
You can build an app from scratch for tablets, but this topic shows building an app for phones.
40
40
41
41
## Specify an entity
42
42
43
-
1. In the middle of the screen, select **connect to data** and then, in the **Data** pane, select the **Common Data Service** connection.
43
+
1. In the middle of the screen, select **connect to data**.
44
44
45
-
1. In the search box, select the **Accounts** check box, and then select **Connect**.
46
-
47
-

45
+
1. In the **Data** pane, select **Common Data Service** connection, select the **Accounts** check box, and then select **Connect**.
48
46
49
47
1. Close the **Data** pane by selecting the close icon in the upper-right corner.
50
48
@@ -61,8 +59,8 @@ When you build an app from the Common Data Service, you don't need to create a c
61
59
This formula specifies that:
62
60
63
61
- The gallery should show data from the **Accounts** entity.
64
-
- The data should be sorted in ascending order until a user clicks or taps the sort button to toggle the sort order.
65
-
- If a user types or pastes one or more characters into the search bar, the list will show only those accounts for which the name field contains the characters that the user specified.
62
+
- The data should be sorted in ascending order until a user selects the sort button to toggle the sort order.
63
+
- If a user types or pastes one or more characters into the search bar (**TextSearchBox1**), the list will show only those accounts for which the **name** field contains the characters that the user specified.
66
64
67
65
You can use [these and many other functions](formula-reference.md) to specify how your app appears and behaves.
68
66
@@ -72,9 +70,9 @@ When you build an app from the Common Data Service, you don't need to create a c
1. In the left navigation bar, hover over **Screen1**, click or tap the ellipsis icon (...), and then click or tap**Delete**.
73
+
1. In the left navigation bar, hover over **Screen1**, select the ellipsis icon (...), and then select**Delete**.
76
74
77
-
1. In the left navigation bar, hover over **Screen2**, click or tap the ellipsis icon (...), and then click or tap**Rename**.
75
+
1. In the left navigation bar, hover over **Screen2**, select the ellipsis icon (...), and then select**Rename**.
78
76
79
77
1. Type or paste **BrowseScreen**, and then rename the gallery in that screen as **BrowseGallery**.
80
78
@@ -84,11 +82,13 @@ When you build an app from the Common Data Service, you don't need to create a c
84
82
85
83
1. Repeat the first step of the previous procedure, except add a **Form** screen instead of a **List** screen.
86
84
87
-
1. Set the form's **DataSource** property to **Accounts** and its **Item** property to **BrowseGallery.Selected**, as shown on the **Advanced tab** of the right-hand pane.
85
+
1. Set the form's **DataSource** property to **Accounts** and its **Item** property to **BrowseGallery.Selected**, as the **Advanced**tab of the right-hand pane shows.
88
86
89
87

90
88
91
-
1. On the **Properties** tab of the right-hand pane, select **Edit fields** to open the **Fields** pane, select **Add field**, and then select the check boxes for these fields:
89
+
1. On the **Properties** tab of the right-hand pane, select **Edit fields** to open the **Fields** pane.
90
+
91
+
1. Select **Add field**, and then select the check boxes for these fields:
92
92
93
93
-**Account Name**
94
94
-**Address 1: Street 1**
@@ -149,7 +149,7 @@ When you build an app from the Common Data Service, you don't need to create a c
149
149
150
150
## Test the app
151
151
152
-
1. In the left navigation bar, select **BrowseScreen**, and then open Preview by pressing F5 (or by clicking or tapping the play icon near the upper-right corner).
152
+
1. In the left navigation bar, select **BrowseScreen**, and then open Preview by pressing F5 (or by selecting the play icon near the upper-right corner).
0 commit comments