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: docs/business-apps/power-apps/get-started/create-your-first-custom-form.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Customize a form for a SharePoint list
3
3
description: Customize a form for a SharePoint list
4
-
ms.date: 06/03/2020
4
+
ms.date: 05/18/2021
5
5
ms.prod: sharepoint
6
6
localization_priority: Priority
7
7
---
@@ -34,7 +34,7 @@ Before starting, make sure your SharePoint site is set up with the [required lis
34
34
35
35
### Add a user profile photo
36
36
37
-
1. On the **Insert** tab, select **Media** > **Image**. An [Image](https://docs.microsoft.com/powerapps/maker/canvas-apps/controls/control-image) control named **Image1** is added to the canvas and to the [Tree view](https://docs.microsoft.com/powerapps/maker/model-driven-apps/using-tree-view-on-form) on the left-hand panel.
37
+
1. On the **Insert** tab, select **Media** > **Image**. An [Image](/powerapps/maker/canvas-apps/controls/control-image) control named **Image1** is added to the canvas and to the [Tree view](/powerapps/maker/model-driven-apps/using-tree-view-on-form) on the left-hand panel.
38
38
39
39

40
40
@@ -44,9 +44,9 @@ Before starting, make sure your SharePoint site is set up with the [required lis
44
44
45
45

46
46
47
-
1. Because the image is the profile photo of the owner of the selected item, we recommend you make it the same height as the **Owner_DataCard1**[data card](https://docs.microsoft.com/powerapps/maker/canvas-apps/working-with-cards).
47
+
1. Because the image is the profile photo of the owner of the selected item, we recommend you make it the same height as the **Owner_DataCard1**[data card](/powerapps/maker/canvas-apps/working-with-cards).
48
48
49
-
1. With **Image1** selected, in the [formula bar](https://docs.microsoft.com/powerapps/maker/canvas-apps/working-with-formulas), change the property to **Height**, and enter `Owner_DataCard1.Height` as the formula. **Image1** now has the same height as **Owner_DataCard1**.
49
+
1. With **Image1** selected, in the [formula bar](/powerapps/maker/canvas-apps/working-with-formulas), change the property to **Height**, and enter `Owner_DataCard1.Height` as the formula. **Image1** now has the same height as **Owner_DataCard1**.
1. To change the image of **Image1** from the sample image to the project owner's profile photo, you can use the Office 365 Users connector to retrieve the photo by the owner's email. First, [connect your custom form to the Office 365 Users connector](https://docs.microsoft.com/powerapps/maker/canvas-apps/connections/connection-office365-users).
63
+
1. To change the image of **Image1** from the sample image to the project owner's profile photo, you can use the Office 365 Users connector to retrieve the photo by the owner's email. First, [connect your custom form to the Office 365 Users connector](/powerapps/maker/canvas-apps/connections/connection-office365-users).
64
64
65
65
1. To retrieve the project owner's profile photo by email, in the formula bar, change the property to **Image**, and enter `Office365Users.UserPhoto(DataCardValue5.Selected.Email)` as the formula. The user photo from the owner's Office 365 user profile appears in **Image1**.
66
66
@@ -73,7 +73,7 @@ Before starting, make sure your SharePoint site is set up with the [required lis
73
73
To make the **Title** field view-only, follow these steps.
74
74
75
75
> [!NOTE]
76
-
> **Title** is a [predefined card](https://docs.microsoft.com/powerapps/maker/canvas-apps/controls/control-card), so it is locked by default, and needs to be unlocked.
76
+
> **Title** is a [predefined card](/powerapps/maker/canvas-apps/controls/control-card), so it is locked by default, and needs to be unlocked.
77
77
78
78
1. Select **Title_DataCard1**, toggle the **Properties** pane to the **Advanced** pane, and select **Unlock to manage properties**.
79
79
@@ -98,7 +98,7 @@ To make the **Title** field view-only, follow these steps.
98
98
To hide the **Attachments** field if the project owner is Nestor Wilke, follow these steps.
99
99
100
100
> [!NOTE]
101
-
> **Attachments** is a [predefined card](https://docs.microsoft.com/powerapps/maker/canvas-apps/controls/control-card), so it is locked by default, and needs to be unlocked.
101
+
> **Attachments** is a [predefined card](/powerapps/maker/canvas-apps/controls/control-card), so it is locked by default, and needs to be unlocked.
102
102
103
103
1. Select **Attachments**, toggle the **Properties** pane to the **Advanced** pane, and select **Unlock to manage properties**.
104
104
@@ -116,7 +116,7 @@ To hide the **Attachments** field if the project owner is Nestor Wilke, follow t
116
116
117
117
If the project owner is Nestor Wilke, then the **Attachments** data card is hidden. Otherwise, it is visible.
118
118
119
-
You can write the same conditional logic in multiple ways. For more info, see [Operators and Identifiers in Power Apps](https://docs.microsoft.com/powerapps/maker/canvas-apps/functions/operators).
119
+
You can write the same conditional logic in multiple ways. For more info, see [Operators and Identifiers in Power Apps](/powerapps/maker/canvas-apps/functions/operators).
0 commit comments