Skip to content

Commit beaaced

Browse files
Update ms.date to reflect doc update timestamp & fix automated feedback issues
1 parent 5f3b462 commit beaaced

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/business-apps/power-apps/get-started/create-your-first-custom-form.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Customize a form for a SharePoint list
33
description: Customize a form for a SharePoint list
4-
ms.date: 06/03/2020
4+
ms.date: 05/18/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -34,7 +34,7 @@ Before starting, make sure your SharePoint site is set up with the [required lis
3434

3535
### Add a user profile photo
3636

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.
3838

3939
![Add an image in Power Apps studio](../../../images/gs01-power-apps-studio-add-image.png)
4040

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

4545
![Image control with Properties panel](../../../images/gs01-image-control-selected.png)
4646

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).
4848

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

5151
![Set image height](../../../images/gs01-set-image-height.png)
5252

@@ -60,7 +60,7 @@ Before starting, make sure your SharePoint site is set up with the [required lis
6060

6161
![Set image border radius](../../../images/gs01-set-image-border-radius.png)
6262

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](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).
6464

6565
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**.
6666

@@ -73,7 +73,7 @@ Before starting, make sure your SharePoint site is set up with the [required lis
7373
To make the **Title** field view-only, follow these steps.
7474

7575
> [!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.
7777
7878
1. Select **Title_DataCard1**, toggle the **Properties** pane to the **Advanced** pane, and select **Unlock to manage properties**.
7979

@@ -98,7 +98,7 @@ To make the **Title** field view-only, follow these steps.
9898
To hide the **Attachments** field if the project owner is Nestor Wilke, follow these steps.
9999

100100
> [!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.
102102
103103
1. Select **Attachments**, toggle the **Properties** pane to the **Advanced** pane, and select **Unlock to manage properties**.
104104

@@ -116,7 +116,7 @@ To hide the **Attachments** field if the project owner is Nestor Wilke, follow t
116116

117117
If the project owner is Nestor Wilke, then the **Attachments** data card is hidden. Otherwise, it is visible.
118118

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).
120120

121121
## Publish your custom form
122122

0 commit comments

Comments
 (0)