Skip to content

Commit 1e2b363

Browse files
authored
Update function-choices.md
1 parent 87e0701 commit 1e2b363

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,20 @@ 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 weill be set to one of two formulas that are equivalent (the first is a display name and the second is a logical name for the same column):
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:
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

8787
9. On the **Home** tab, select **New screen**, and then select **Blank**.
8888

8989
10. On the **Insert** tab, select **Data table**.
9090

91-
11. Set the **Items** property of the **Data table** control to:
91+
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)