Skip to content

Commit 3e13432

Browse files
committed
started to update function-choices for UI changes
1 parent a3c1f77 commit 3e13432

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ At this time, you can use lookup columns only with SharePoint and Common Data Se
6363

6464
![In the left navigation bar, select EditForm1 on EditScreen1](media/function-choices/select-editform.png)
6565

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**.
6767

68-
![Select Accounts to open the Data pane](media/function-choices/open-data-pane.png)
68+
![Open the Data pane](media/function-choices/open-data-pane.png)
6969

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

72-
![Select Accounts to open the Data pane](media/function-choices/field-list.png)
72+
1. Search for the **Primary Contact** field, select its check box, and then select **Add**.
7373

74-
6. Find the **Primary Contact** check box, and then select it if it's cleared.
74+
![Select Accounts to open the Data pane](media/function-choices/field-list.png)
7575

7676
7. (optional) Drag the **Primary Contact** field from the bottom to the top of the list of fields.
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 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**.
8181

8282
- If the check box is selected, the property is set to this formula:<br>**Choices( Accounts.'Primary Contact' )**
8383
- If the check box is cleared, the property is set to this formula:<br>**Choices( Accounts.primarycontactid )**
Loading
Loading

0 commit comments

Comments
 (0)