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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -63,21 +63,21 @@ At this time, you can use lookup columns only with SharePoint and Common Data Se
63
63
64
64

65
65
66
-
4. On the **Properties** tab of the right pane, select **Accounts**.
66
+
4. On the **Properties** tab of the right pane, select **Edit fields**.
67
67
68
-

68
+

69
69
70
-
5. In the **Data** pane, scroll down to the list of fields.
70
+
5. In the **Fields** pane, select **Add field**.
71
71
72
-

72
+
1. Search for the **Primary Contact**field, select its check box, and then select **Add**.
73
73
74
-
6. Find the **Primary Contact** check box, and then select it if it's cleared.
74
+

75
75
76
76
7. (optional) Drag the **Primary Contact** field from the bottom to the top of the list of fields.
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 is set to one of two formulas based on the state of the **Use column display names** check box in **Advanced Settings**.
81
81
82
82
- If the check box is selected, the property is set to this formula:<br>**Choices( Accounts.'Primary Contact' )**
83
83
- If the check box is cleared, the property is set to this formula:<br>**Choices( Accounts.primarycontactid )**
0 commit comments