Skip to content

Commit 9347165

Browse files
committed
2264319
1 parent 0a1d29f commit 9347165

File tree

7 files changed

+30
-19
lines changed

7 files changed

+30
-19
lines changed

powerapps-docs/maker/canvas-apps/app-from-sharepoint.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
title: Create a canvas app from a SharePoint list | Microsoft Docs
33
description: In Power Apps, automatically create a canvas app to manage data in a SharePoint list
44
author: tapanm-msft
5-
manager: kvivek
65
ms.service: powerapps
76
ms.topic: conceptual
87
ms.custom: canvas
98
ms.reviewer:
10-
ms.date: 06/18/2020
9+
ms.date: 04/26/2021
1110
ms.author: tapanm
1211
search.audienceType:
1312
- maker
1413
search.app:
1514
- PowerApps
15+
contributors:
16+
- Steven-Jia
17+
- tapanm-msft
18+
- navjotm
19+
- emcoope-msft
1620
---
1721
# Create a canvas app in Power Apps from a SharePoint list
1822

@@ -66,7 +70,7 @@ The principles of generating an app won't change even if you create a list that'
6670

6771
If you create an app of a custom list from the SharePoint Online command bar, the app appears as a view of that list. You can also run the app on an iOS or Android device, in addition to a web browser.
6872

69-
1. In SharePoint Online, open a custom list, select **Power Apps** on the command bar, and then select **Create an app**.
73+
1. In SharePoint Online, open a custom list, and then select **Integrate** -> **Power Apps** -> **Create an app**.
7074

7175
![Create an app](./media/app-from-sharepoint/generate-new-app.png)
7276

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
title: Customize a SharePoint list form | Microsoft Docs
33
description: Use Power Apps to customize the form with which users create and update entries in a SharePoint list.
44
author: emcoope-msft
5-
manager: kvivek
65
ms.service: powerapps
76
ms.topic: conceptual
87
ms.custom: canvas
98
ms.reviewer: tapanm
10-
ms.date: 10/09/2020
9+
ms.date: 04/26/2021
1110
ms.author: emcoope
1211
search.audienceType:
1312
- maker
1413
search.app:
1514
- PowerApps
15+
contributors:
16+
- Steven-Jia
17+
- tapanm-msft
18+
- navjotm
19+
- emcoope-msft
1620
---
1721
# Customize a SharePoint list or library form by using Power Apps
1822

@@ -40,7 +44,7 @@ On a SharePoint site, create a list, and then add these columns to that list:
4044
4145
## Open the form
4246

43-
1. In the command bar, select **Power Apps**, and then select **Customize form**.
47+
1. In the command bar, select **Integrate** -> **Power Apps** -> **Customize forms**.
4448

4549
Power Apps Studio opens in the same browser tab.
4650

@@ -164,7 +168,7 @@ You can configure the **Price**, **Availability**, and **Colors** fields to appe
164168

165169
**A:** Yes.
166170

167-
1. Open your list, select **Power Apps** on the command bar, and then select **Customize forms**.
171+
1. Open your list, select **Integrate** -> **Power Apps** -> **Customize forms**.
168172

169173
1. In Power Apps Studio, select **File**, and then select **See all versions**. The **Versions** page opens in a new browser tab.
170174

powerapps-docs/maker/canvas-apps/dependent-drop-down-lists.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom: canvas
88
ms.reviewer: tapanm
9-
ms.date: 02/11/2021
9+
ms.date: 04/26/2021
1010
ms.author: emcoope
1111
search.audienceType:
1212
- maker
@@ -60,10 +60,9 @@ After that change, you can ignore the **Title** column, or you can [remove it](h
6060

6161
## Open the form
6262

63-
1. Open the **Incidents** list, and then select **Power Apps** > **Customize forms**.
63+
1. Open the **Incidents** list, and then select **Integrate** -> **Power Apps** -> **Customize forms**.
6464

65-
> [!div class="mx-imgBorder"]
66-
> ![Open the Incidents list, and then select Power Apps > Customize forms.](./media/dependent-drop-down-lists/open-form.png "Open the Incidents list, and then select Power Apps > Customize forms.")
65+
![Open the Incidents list, and then select Power Apps > Customize forms.](./media/dependent-drop-down-lists/open-form.png "Open the Incidents list, and then select Power Apps > Customize forms.")
6766

6867
A browser tab opens with the default form in Power Apps Studio.
6968

Loading

powerapps-docs/maker/canvas-apps/sharepoint-scenario-generate-app.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
title: Generate a canvas app to handle project requests | Microsoft Docs
33
description: In this task, we'll generate a basic canvas app with three screens directly from a SharePoint list.
44
author: emcoope-msft
5-
manager: kvivek
65
ms.service: powerapps
76
ms.topic: conceptual
87
ms.custom: canvas
9-
ms.reviewer:
10-
ms.date: 06/18/2020
8+
ms.reviewer: tapanm
9+
ms.date: 04/26/2021
1110
ms.author: emcoope
1211
search.audienceType:
1312
- maker
1413
search.app:
1514
- PowerApps
15+
contributors:
16+
- Steven-Jia
17+
- tapanm-msft
18+
- navjotm
19+
- emcoope-msft
1620
---
1721
# Generate a canvas app to handle project requests
1822
> [!NOTE]
@@ -25,7 +29,7 @@ Now that the SharePoint lists are in place, we can build and customize our first
2529
2630
## Step 1: Generate an app from a SharePoint list
2731

28-
1. In the **Project Requests** list you created, click or tap **Power Apps**, then **Create an app**.
32+
1. In the **Project Requests** list you created, select **Integrate** -> **Power Apps** -> **Create an app**.
2933

3034
![Create an app](./media/sharepoint-scenario-generate-app/02-01-01-create-app.png)
3135

powerapps-docs/maker/canvas-apps/sharepoint/scenarios-customize-view-based-on-column-status.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom: canvas
88
ms.reviewer: tapanm
9-
ms.date: 09/01/2020
9+
ms.date: 04/26/2021
1010
ms.author: emcoope
1111
search.audienceType:
1212
- maker
@@ -47,7 +47,7 @@ For example, you created a list named Issue Tracking, based on the out-of-the-bo
4747

4848
1. Share the list with a user—for example, Kenny Smith.
4949

50-
1. Select **Power Apps**, and then select **Create an app** from the SharePoint list page.
50+
1. Select **Integrate** -> **Power Apps** -> **Create an app** from the SharePoint list page.
5151

5252
![Create an app](./media/scenarios-customize-view-based-on-column-status/create-app.png "Create an app")
5353

powerapps-docs/maker/canvas-apps/transform-infopath.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: article
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 12/05/2019
10+
ms.date: 04/26/2021
1111
ms.author: emcoope
1212
search.audienceType:
1313
- maker
@@ -65,7 +65,7 @@ Use this technique if, instead of just updating the list-form experience, you wa
6565
To get started, follow these steps:
6666

6767
1. Open the SharePoint list from which you would like to build an app.
68-
1. On the menu bar, select **Power Apps**, and then select **Create an app**.
68+
1. On the menu bar, select **Integrate** -> **Power Apps** -> **Create an app**.
6969
1. Provide a name, and then select **Create**.
7070

7171
Power Apps will build you an app that you can customize.

0 commit comments

Comments
 (0)