Skip to content

Commit 49e0d6c

Browse files
authored
Update function-choices.md
1 parent 1e2b363 commit 49e0d6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/maker/canvas-apps/functions/function-choices.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ At this time, you can use lookup columns only with SharePoint and Common Data Se
7777

7878
8. In the card for **Primary Contact**, select the **Combo box** control.
7979

80-
The **Items** property of that control is set to a formula that refers to a column by either its display name, as the first example shows, or its logical name, as the second example shows:
80+
The **Items** property of that control is set to a formula that identifies the column by either its display name, as in the first example, or its logical name, as in the second example:
8181

82-
- `Choices( Accounts.'Primary Contact' )`
83-
- `Choices( Accounts.primarycontactid )`
82+
- **Choices( Accounts.'Primary Contact' )**
83+
- **Choices( Accounts.primarycontactid )**
8484

8585
![A canvas screen with a form control. The **Combo box** control within the **Primary Contact** card is selected, and the Items property with the formula Choices( Accounts.'Primary Contact' ) appears](media/function-choices/accounts-primary-contact.png)
8686

@@ -90,7 +90,7 @@ At this time, you can use lookup columns only with SharePoint and Common Data Se
9090

9191
11. Set the **Items** property of the **Data table** control to this formula:
9292

93-
`Choices( Accounts.'Primary Contact' )`
93+
**Choices( Accounts.'Primary Contact' )**
9494

9595
12. Open the **Data** pane, and then select the check boxes for **firstname**, **lastname**, or any other field that you want to show.
9696

0 commit comments

Comments
 (0)