Skip to content

Commit dfc697b

Browse files
committed
tweaked AFS/CDS
1 parent b575086 commit dfc697b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

powerapps-docs/maker/canvas-apps/data-platform-create-app-scratch.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,13 @@ When you build an app from the Common Data Service, you don't need to create a c
3636

3737
1. Specify a name for your app, select **Phone**, and then select **Create**.
3838

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.
4040

4141
## Specify an entity
4242

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**.
4444

45-
1. In the search box, select the **Accounts** check box, and then select **Connect**.
46-
47-
![Specify the Accounts entity](./media/data-platform-create-app-scratch/cds-connect.png)
45+
1. In the **Data** pane, select **Common Data Service** connection, select the **Accounts** check box, and then select **Connect**.
4846

4947
1. Close the **Data** pane by selecting the close icon in the upper-right corner.
5048

@@ -61,8 +59,8 @@ When you build an app from the Common Data Service, you don't need to create a c
6159
This formula specifies that:
6260

6361
- 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.
6664

6765
You can use [these and many other functions](formula-reference.md) to specify how your app appears and behaves.
6866

@@ -72,9 +70,9 @@ When you build an app from the Common Data Service, you don't need to create a c
7270

7371
![Browse screen](./media/data-platform-create-app-scratch/final-browse.png)
7472

75-
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**.
7674

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**.
7876

7977
1. Type or paste **BrowseScreen**, and then rename the gallery in that screen as **BrowseGallery**.
8078

@@ -84,11 +82,13 @@ When you build an app from the Common Data Service, you don't need to create a c
8482

8583
1. Repeat the first step of the previous procedure, except add a **Form** screen instead of a **List** screen.
8684

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.
8886

8987
![Set the form's Datasource and Item property](./media/data-platform-create-app-scratch/form-datasource.png)
9088

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:
9292

9393
- **Account Name**
9494
- **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
149149

150150
## Test the app
151151

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).
153153

154154
![Open Preview](./media/data-platform-create-app-scratch/open-preview.png)
155155

0 commit comments

Comments
 (0)