Skip to content

Commit 41975a5

Browse files
committed
updates
1 parent 4265ca4 commit 41975a5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ This list stores the expense reports.
5050

5151
1. Select **Create**.
5252

53-
### Create Cost center column
53+
### Create Cost Center column
5454

5555
1. Select the **Expenses** list.
5656
1. Select the **gear icon** in the top-right portion of the web page.
5757
1. Select **List settings**.
5858
1. Select **Create column**.
59-
1. In the Column name textbox, enter **Cost center**.
59+
1. In the Column name textbox, enter **Cost Center**.
6060
1. In the **type of information in this column is** radio button list, select **Choice**.
6161
1. In the **Type each choice on a separate line** textbox, enter the following values, each on a separate line:
6262
- Microsoft
@@ -320,6 +320,10 @@ This list stores the line items that are associated with each expense report.
320320

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

323+
> [!TIP]
324+
> - You don’t need to type it manually; you can select it in the drop-down lists.
325+
> - If you select an incorrect list, you can discard the changes to the flow and restart flow modifications as a quick fix.
326+
323327
1. Select **Apply to each**.
324328
1. Expand the **Condition**.
325329
1. Expand the **If yes** section.
@@ -334,9 +338,6 @@ This list stores the line items that are associated with each expense report.
334338

335339
![Change item status to Open](./media/expense-report-install/edit-flow-condition-ifno.png)
336340

337-
> [!TIP]
338-
> You don’t need to type it manually; you can select it in the drop-down lists.
339-
340341
14. Select **Save**.
341342

342343
## Update app functions
@@ -345,9 +346,9 @@ This list stores the line items that are associated with each expense report.
345346
1. Select ![Ellipsis for apps during functions update](./media/expense-report-install/ellipsis.png) next to the Expense Report app.
346347
1. Select **Edit**.
347348
1. Select **NewExpense** screen from the tree view.
348-
1. Select text input next to **COST CENTER** label.
349+
1. Select text input next to **Cost Center** label.
349350
1. Select **Items** property.
350-
1. Update the formula from `Choices(Expenses.Costcenter)` to `Choices(Expenses.Cost_x0020_center)`.
351+
1. Update the formula from `Choices(Expenses.Costcenter)` to `Choices(Expenses.Cost_x0020_Center)`.
351352
1. Select **DeleteExpenseConfirm** screen from the tree view.
352353
1. Select the expense ID label.
353354
1. Select the **Text** property.

0 commit comments

Comments
 (0)