Skip to content

Commit a3c1f77

Browse files
committed
tweaked sample-app topics
1 parent db79c92 commit a3c1f77

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

powerapps-docs/maker/canvas-apps/expense-report-install.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Track expense reports from submission to approval. Tally line items as individua
3434

3535
- [Sign up](../signup-for-powerapps.md) for PowerApps.
3636

37-
## Create the Expenses list in SharePoint
37+
## Create the Expenses list
3838

3939
This list stores the expense reports.
4040

@@ -49,19 +49,19 @@ This list stores the expense reports.
4949
9. In the **Name** textbox, enter **Expenses**.
5050

5151
> [!IMPORTANT]
52-
> If you choose a different name for the list make sure you write it down because you will need to substitute it for Expenses everywhere you see it during the installation and configuration process.
52+
> If you choose a different name for the list, make sure you write it down because you will need to substitute it for Expenses everywhere you see it during the installation and configuration process.
5353

5454
10. Click **Create**.
5555

5656
### Create Cost Center column
5757

5858
1. Click the **Expenses** list.
59-
2. Click the **gear icon** in the top right portion of the web page.
59+
2. Click the gear icon in the top right portion of the web page.
6060
3. Click **List settings**.
6161
4. Click **Create column**.
6262
5. In the **Column name** textbox enter **Cost Center**.
6363
6. In the **type of information in this column is** radio button list, select **Choice**.
64-
7. In the **Type each choice on a separate line** textbox enter the following values, each on a separate line:
64+
7. In the **Type each choice on a separate line** textbox, enter the following values, each on a separate line:
6565
- Microsoft
6666
- Contoso
6767
8. In the **Default value** textbox, enter **Microsoft**.
@@ -70,7 +70,7 @@ This list stores the expense reports.
7070
### Create Comments column
7171

7272
1. Click **Create column**.
73-
2. In the **Column name** textbox enter **Comments**.
73+
2. In the **Column name** textbox, enter **Comments**.
7474
3. In the **type of information in this column is** radio button list, select **Multiple lines of text**.
7575
4. Click **OK**.
7676

@@ -82,7 +82,7 @@ This list stores the expense reports.
8282
4. Click **Create column**.
8383
5. In the **Column name** textbox enter **Status**.
8484
6. In the **type of information in this column is** radio button list, select **Choice**.
85-
7. In the **Type each choice on a separate line** textbox enter the following values, each on a separate line:
85+
7. In the **Type each choice on a separate line** textbox, enter the following values, each on a separate line:
8686
- Open
8787
- Pending
8888
- Approved
@@ -92,49 +92,49 @@ This list stores the expense reports.
9292
### Create ApproverName column
9393

9494
1. Click **Create column**.
95-
2. In the **Column name** textbox enter **ApproverName**.
95+
2. In the **Column name** textbox, enter **ApproverName**.
9696
3. In the **type of information in this column is** radio button list, select **Person or Group**.
9797
4. In the **Require that this column contains information** radio button list, select **Yes**.
9898
5. Click **OK**.
9999

100100
### Create DateSubmitted column
101101

102102
1. Click **Create column**.
103-
2. In the **Column name** textbox enter **DateSubmitted**.
103+
2. In the **Column name** textbox, enter **DateSubmitted**.
104104
3. In the **type of information in this column is** radio button list, select **Date and Time**.
105105
4. In the **Require that this column contains information** radio button list, select **Yes**.
106106
5. Click **OK**.
107107

108108
### Create StartDate column
109109

110110
1. Click **Create column**.
111-
2. In the **Column name** textbox enter **StartDate**.
111+
2. In the **Column name** textbox, enter **StartDate**.
112112
3. In the **type of information in this column is** radio button list, select **Date and Time**.
113113
4. In the **Require that this column contains information** radio button list, select **Yes**.
114114
5. Click **OK**.
115115

116116
### Create EndDate column
117117

118118
1. Click **Create column**.
119-
2. In the **Column name** textbox enter **EndDate**.
119+
2. In the **Column name** textbox, enter **EndDate**.
120120
3. In the **type of information in this column is** radio button list, select **Date and Time**.
121121
4. In the **Require that this column contains information** radio button list, select **Yes**.
122122
5. Click **OK**.
123123

124-
## Create the Line Items SharePoint list
124+
## Create the LineItems list
125125

126-
This list stores the lines items associated with expense reports.
126+
This list stores the line items that are associated with each expense report.
127127

128-
1. Navigate to the same site collection where you created the Expense list.
129-
2. Click the **gear icon** in the top right portion of the web page.
128+
1. Navigate to the same site collection where you created the Expenses list.
129+
2. Click the gear icon in the top right portion of the web page.
130130
3. Click **Add an app**.
131131
4. In the **Find an app** textbox, enter **Custom**.
132132
5. Click the **search icon**.
133133
6. Click the **Custom List** app.
134134
7. In the **Name** textbox, enter **LineItems**.
135135

136136
> [!IMPORTANT]
137-
> If you choose a different name for the list, make sure you write it down because you will need to substitute it for Expense everywhere you see it during the installation and configuration process.
137+
> If you choose a different name for the list, make sure you write it down because you will need to substitute it for LineItems everywhere you see it during the installation and configuration process.
138138

139139
8. Click **Create**.
140140

@@ -305,7 +305,7 @@ This list stores the lines items associated with expense reports.
305305
> [!TIP]
306306
> If the site doesn't appear in the list, type or paste the URL to the SharePoint site in the textbox, and then select **Go**.
307307
308-
1. In the **Search** box at the top of the list, type or paste **LineItems**.
308+
1. In the **Search** box at the top of the list, type or paste **Line Items**.
309309
1. Select the checkbox next to **LineItems**, and then select **Connect**.
310310
1. Select **File** > **Save** > **Publish** > **Publish this version**.
311311

@@ -319,7 +319,7 @@ This list stores the lines items associated with expense reports.
319319
![Edit Flow screen](./media/expense-report-install/edit-flow.png)
320320

321321
1. Expand the **Get items** action.
322-
1. Change the **Site Address** and **List Name** to match the Expense SharePoint list you created.
322+
1. Change the **Site Address** and **List Name** to match the Expenses list that you created in SharePoint.
323323

324324
![Edit Flow screen](./media/expense-report-install/edit-flow-getitems.png)
325325

powerapps-docs/maker/canvas-apps/help-desk-install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ This list stores the Help Desk tickets.
132132
2. In the **Require that this column contains information** radio button list, select **No**.
133133
3. Click **OK**.
134134

135-
## Download the Help Desk PowerApp
135+
## Download the app
136136

137137
1. [Download](http://pappsfeprodwestuscontent.blob.core.windows.net/sampleapps/helpdesk/docs/HelpDesk(SP_List).zip) the PowerApps package and save it to your machine.
138138

@@ -166,7 +166,7 @@ This list stores the Help Desk tickets.
166166
4. Click **Create**.
167167
5. In the popup window, select the account you logged in with.
168168

169-
## Import the Help Desk PowerApp
169+
## Import the app
170170

171171
1. In a web browser, navigate to https://web.powerapps.com.
172172
2. Sign in by providing the same credentials that you used to sign up.
@@ -271,7 +271,7 @@ This list stores the Help Desk tickets.
271271
## Play the app
272272

273273
1. In the web browser, click **Apps**.
274-
2. Click the **ellipses** next to the Help Desk PowerApp.
274+
2. Click the ellipsis (...) next to the Help Desk app.
275275
3. Click **Open**.
276276

277277
> [!TIP]

0 commit comments

Comments
 (0)