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
+27-23Lines changed: 27 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -30,29 +30,31 @@ When you build an app from the Common Data Service, you don't need to create a c
30
30
31
31
1. Sign in to [PowerApps](http://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
32
32
33
-
1. Under **Make your own app**, hover over the **Start from blank** tile for canvas apps, click or tap the phone icon, and then click or tap **Make this app**.
33
+
1. Under **Make your own app**, select **Canvas app from blank**.
You can design an app from scratch for phones or other devices (such as tablets); this topic will focus on designing an app for phones.
37
+
1. Specify a name for your app, select **Phone**, and then select **Create**.
38
+
39
+
You can build an app from scratch for tablets, but this topic shows on building an app for phones.
38
40
39
41
## Specify an entity
40
42
41
-
1. In the middle of the screen, click or tap **connect to data** and then, in the **Data** pane, click or tap the **Common Data Service** connection.
43
+
1. In the middle of the screen, select **connect to data** and then, in the **Data** pane, select the **Common Data Service** connection.
42
44
43
-
1. In the search box, type or paste the first few letters of **Accounts** to filter the list of entities, select the **Accounts** check box, and then click or tap**Connect**.
45
+
1. In the search box, select the **Accounts** check box, and then select**Connect**.
44
46
45
47

46
48
47
-
1. Close the **Data** pane by clicking or tapping the close icon in the upper-right corner.
49
+
1. Close the **Data** pane by selecting the close icon in the upper-right corner.
48
50
49
51
## Add a list screen
50
52
51
-
1. On the **Home** tab, click or tap the down arrow for **New screen**, and then click or tap **List screen**.
53
+
1. On the **Home** tab, select the down arrow for **New screen**, and then select **List**.
52
54
53
55

54
56
55
-
1. In the left navigation bar, click or tap **TemplateGalleryList1** to select it, and then set the value of the **Items** property to this formula:
57
+
1. In the left navigation bar, select **BrowseGallery1**, and then set the value of the **Items** property to this formula:
@@ -80,20 +82,22 @@ When you build an app from the Common Data Service, you don't need to create a c
80
82
81
83
## Add a form screen
82
84
83
-
1. Repeat the first step of the previous procedure, except add a **Form screen** instead of a **List screen**.
85
+
1. Repeat the first step of the previous procedure, except add a **Form**screen instead of a **List** screen.
84
86
85
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.
86
88
87
89

88
90
89
-
1. On the **Properties** tab of the right-hand pane, click or tap **Accounts** to open the **Data** pane, and then select the checkboxes for these fields:
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:
92
+
93
+
-**Account Name**
94
+
-**Address 1: Street 1**
95
+
-**Address 1: City**
96
+
-**Address 1: ZIP/Postal code**
97
+
-**Number of Employees**
98
+
-**Annual Revenue**
90
99
91
-
- Account name
92
-
- Address 1: Street 1
93
-
- Address 1: City
94
-
- Address 1: ZIP/Postal code
95
-
- Number of Employees
96
-
- Annual Revenue
100
+
1. Select **Add**.
97
101
98
102
1. Set the title bar's **Text** property to show **Create/Edit**.
99
103
@@ -105,37 +109,37 @@ When you build an app from the Common Data Service, you don't need to create a c
105
109
106
110
## Configure icons
107
111
108
-
1. On the **BrowseScreen**, click or tap the circular icon near the top of the screen, and set its **OnSelect** property to this formula:
112
+
1. On the **BrowseScreen**, set the **OnSelect** property of the circular icon near the top of the screen to this formula:
0 commit comments