You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/functions/function-choices.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -77,21 +77,20 @@ At this time, you can use lookup columns only with SharePoint and Common Data Se
77
77
78
78
8. In the card for **Primary Contact**, select the **Combo box** control.
79
79
80
-
The **Items** property of that control is set to one of two formulas based on the state of the **Use column display names** check box in advanced settings.
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):
81
81
82
-
-If the check box is selected, the property is set to this formula:<br>**Choices( Accounts.'Primary Contact' )**
83
-
-If the check box is cleared, the property is set to this formula:<br>**Choices( Accounts.primarycontactid )**
82
+
-**Choices( Accounts.'Primary Contact' )**
83
+
-**Choices( Accounts.primarycontactid )**
84
84
85
85

86
86
87
87
9. On the **Home** tab, select **New screen**, and then select **Blank**.
88
88
89
89
10. On the **Insert** tab, select **Data table**.
90
90
91
-
11. Set the **Items** property of the **Data table** control to one of these formulas:
91
+
11. Set the **Items** property of the **Data table** control to:
92
92
93
-
- If the **Use column display names** check box in advanced settings is selected, use this formula:<br>**Choices( Accounts.'Primary Contact' )**
94
-
- Otherwise, use this formula:<br>**Choices( Accounts.primarycontactid )**
93
+
-**Choices( Accounts.'Primary Contact' )**
95
94
96
95
12. Open the **Data** pane, and then select the check boxes for **firstname**, **lastname**, or any other field that you want to show.
0 commit comments