Skip to content

Commit f959c80

Browse files
committed
link fixes and admin link update
1 parent d7c4b12 commit f959c80

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

powerapps-docs/maker/canvas-apps/customize-list-form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ You can configure the **Price**, **Availability**, and **Colors** fields to appe
204204

205205
**A:** If you're a tenant administrator for Power Apps or you have environment-administrator permissions on the default Power Apps environment of your organization, do the following:
206206

207-
1. In the [Power Apps admin center](https://admin.powerapps.com), select the default environment for your organization from the list of environments.
207+
1. In the [Power Apps admin center](https://admin.powerplatform.microsoft.com), select the default environment for your organization from the list of environments.
208208

209209
1. At the top of the default environment page, select **Resources**.
210210

powerapps-docs/maker/canvas-apps/sharepoint-form-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ These defaults ensure that the form works when running within SharePoint - they
6868
## Understand the SharePointIntegration control
6969
The **SharePointIntegration** control communicates user actions between SharePoint and Power Apps.
7070

71-
![](./media/sharepoint-form-integration/sharepointintegration-object.png)
71+
![SharePoint integration object](./media/sharepoint-form-integration/sharepointintegration-object.png)
7272

7373
>[!NOTE]
7474
>You can access the properties for the **SharePointIntegration** control only when the form is running in SharePoint, not when you're customizing the form in Power Apps Studio. These properties may not be available in **OnStart** or **OnVisible**.

powerapps-docs/maker/canvas-apps/sharepoint-lookup-fields.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,35 +63,35 @@ You do this first, so that when you add data to the **Assets** list, **RepairSho
6363

6464
1. On your SharePoint site, create a new **RepairShop** list.
6565

66-
![](./media/sharepoint-lookup-fields/new-list.png)
66+
![New list](./media/sharepoint-lookup-fields/new-list.png)
6767

6868
2. Add a *ContactEmail* field of type **Single line of text**.
6969

70-
![](./media/sharepoint-lookup-fields/add-email-field.png)
70+
![Add email field](./media/sharepoint-lookup-fields/add-email-field.png)
7171

7272
3. Add any other fields you need.
7373

7474
4. Click or tap **+ New** to enter sample data into the list, at least 3 rows with different *ContactEmail* values. When an asset needs to be repaired, you choose one of these.
7575

76-
![](./media/sharepoint-lookup-fields/add-repair-shops.png)
76+
![Add repair shops](./media/sharepoint-lookup-fields/add-repair-shops.png)
7777

7878
### Define the Assets list
7979

8080
1. On your SharePoint site, create a new **Assets** list.
8181

8282
2. Click or tap the plus sign and choose **More**.
8383

84-
![](./media/sharepoint-lookup-fields/choose-more-type.png)
84+
![Choose more type](./media/sharepoint-lookup-fields/choose-more-type.png)
8585

8686
3. Add an *AssetType* field of type **Choice**, and in the **Type each choice on a separate line** text box, fill in the values you want to appear in the choice menu. Then click or tap **OK**.
8787

88-
![](./media/sharepoint-lookup-fields/define-choice-column.png)
88+
![Define choice column](./media/sharepoint-lookup-fields/define-choice-column.png)
8989

9090
4. Start to add another field, just like in step 2: click or tap the plus sign and choose **More**.
9191

9292
5. Add a *RepairShop* field of type **Lookup**, choose **RepairShop** from the **Get information from** text box, and choose *ContactEmail* from the **In this column** text box. Then click or tap **OK**.
9393

94-
![](./media/sharepoint-lookup-fields/setup-lookup-column.png)
94+
![Setup lookup column](./media/sharepoint-lookup-fields/setup-lookup-column.png)
9595

9696
6. Add any additional fields you want.
9797

@@ -103,15 +103,15 @@ You use this app to add data to the **Assets** list.
103103

104104
2. In the **File** menu (along the left edge), click or tap **New**, and then click or tap **SharePoint**.
105105

106-
![](./media/sharepoint-lookup-fields/create-app.png)
106+
![Create app](./media/sharepoint-lookup-fields/create-app.png)
107107

108108
1. Choose your SharePoint site from the **Recent sites** list or enter your site's url directly into the text box. Click or tap **GO**.
109109

110-
![](./media/sharepoint-lookup-fields/choose-sharepoint-site.png)
110+
![Choose SharePoint site](./media/sharepoint-lookup-fields/choose-sharepoint-site.png)
111111

112112
1. Choose the main list from your SharePoint site, in this example, **Assets**. Click or tap the **Connect** button in the lower-right corner.
113113

114-
![](./media/sharepoint-lookup-fields/choose-main-list.png)
114+
![Choose main list](./media/sharepoint-lookup-fields/choose-main-list.png)
115115

116116

117117
## Add data to the Assets list
@@ -126,11 +126,11 @@ Now you can run the app and see how the view details screen looks for the lookup
126126

127127
4. Click or tap the **AssetType** dropdown arrow. The values displayed are those you entered when you created this field. Choose one of the entries.
128128

129-
![](./media/sharepoint-lookup-fields/fill-asset-type-3.png)
129+
![Fill asset type](./media/sharepoint-lookup-fields/fill-asset-type-3.png)
130130

131131
5. Click or tap the **RepairShop** dropdown arrow. Choose one of the entries.
132132

133-
![](./media/sharepoint-lookup-fields/fill-repair-shop-3.png)
133+
![Fill repair shop](./media/sharepoint-lookup-fields/fill-repair-shop-3.png)
134134

135135
6. In the upper-right corner, click or tap the check mark to save the new entry.
136136

0 commit comments

Comments
 (0)