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: powerapps-docs/maker/canvas-apps/sharepoint/scenarios-choice-to-lookup.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
-
title: How to use dropdown list with choices from lookup column in a SharePoint list | Microsoft Docs
2
+
title: Use drop-down lists with choices from lookup columns in a SharePoint list | Microsoft Docs
3
3
description: This article explains how to use the drop-down list in your app to show choices from a lookup column in a SharePoint list.
4
4
author: emcoope-msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom: canvas
8
8
ms.reviewer: tapanm
9
-
ms.date: 06/01/2020
9
+
ms.date: 09/01/2020
10
10
ms.author: emcoope
11
11
search.audienceType:
12
12
- maker
13
13
search.app:
14
14
- PowerApps
15
15
---
16
-
# How to use dropdown list with choices from lookup column in a SharePoint list?
16
+
# Use drop-down lists with choices from lookup columns in a SharePoint list
17
17
18
18
In this scenario article, you'll learn how to use a drop-down list with choices from a lookup column in a SharePoint list.
19
19
@@ -26,7 +26,7 @@ In this scenario article, you'll learn how to use a drop-down list with choices
26
26
27
27
You can use lookup columns in SharePoint that consume values from other lists or libraries.
28
28
29
-
When using such column as a field in a canvas app, you can use drop down list with choices.
29
+
When using such columns as a field in a canvas app, you can use a drop-down list with choices.
30
30
31
31
To use the choices in a drop-down list, you have to use the function [choices](../functions/function-choices.md). For example, `Choices([@'Vehicle registration'].Vehicle_x0020_type)` uses the SharePoint list **Vehicle Registration** and the column **Vehicle type** for the lookup of the type of the vehicle.
32
32
@@ -37,25 +37,25 @@ To use the choices in a drop-down list, you have to use the function [choices](.
37
37
1.[Create](../app-from-sharepoint.md) a new app, or [edit](../edit-app.md) an existing app.
38
38
39
39
> [!NOTE]
40
-
> Ensure the app uses SharePoint connection and connects to a SharePoint list as described in the prerequisites.
40
+
> Ensure the app uses a SharePoint connection and connects to a SharePoint list as described in the prerequisites.
41
41
42
-
1. Select **+** (Insert) from the left pane.
42
+
1. Select **+** (insert) from the left pane.
43
43
44
44
1. Select **Drop down**.
45
45
46
-

46
+

47
47
48
48
1. Update the **Items** property with the following formula:
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/sharepoint/scenarios-customize-view-based-on-column-status.md
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,67 +1,67 @@
1
1
---
2
-
title: How to customize an app screen baed on column status inside SharePoint list. | Microsoft Docs
3
-
description: This article explains how to customize an app screen based on column status inside SharePoint list.
2
+
title: Customize an app screen based on column status inside a SharePoint list | Microsoft Docs
3
+
description: This article explains how to customize an app screen based on column status inside a SharePoint list.
4
4
author: emcoope-msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom: canvas
8
8
ms.reviewer: tapanm
9
-
ms.date: 06/01/2020
9
+
ms.date: 09/01/2020
10
10
ms.author: emcoope
11
11
search.audienceType:
12
12
- maker
13
13
search.app:
14
14
- PowerApps
15
15
---
16
-
# How to customize an app screen based on column status inside SharePoint list?
16
+
# Customize an app screen based on column status inside a SharePoint list
17
17
18
-
In this scenario article, you'll learn how to customize an app screen based on column status inside SharePoint list. You can customize forms for supported lists or libraries; and you can also create app for lists or libraries.
18
+
In this scenario article, you'll learn how to customize an app screen based on column status inside a SharePoint list. You can customize forms for supported lists or libraries, and you can also create apps for lists or libraries.
19
19
20
-
Limiting access to SharePoint objects can be achieved using fine-grained permissions inside SharePoint. However, it becomes difficult to scan through all items in your app screen especially when using different devices.
20
+
Limiting access to SharePoint objects can be achieved using fine-grained permissions inside SharePoint. However, it can become difficult to scan through all items in your app screen, especially when using different devices.
21
21
22
-
One of the most common problems is how to limit the items in a canvas app screen based on status of columns, instead of controlling access using the permissions.
22
+
One of the most common problems is how to limit the items in a canvas app screen based on the status of columns, instead of controlling access using the permissions.
23
23
24
24
This method allows you to create multiple screens to show different SharePoint objects based on column status, while at the same time without customizing permissions or overwhelming the app user with the entire list.
25
25
26
26
## Prerequisites
27
27
28
-
- You must have created an app using SharePoint connector that connects to a SharePoint list.
28
+
- You must have created an app using a SharePoint connector that connects to a SharePoint list.
29
29
- You need two user accounts with access to the app and SharePoint site hosting the lists.
30
30
- You need to be knowledgeable about how to configure SharePoint lists and list/item permissions.
31
31
32
32
## Scenario details
33
33
34
-
You can use the function [filter](../functions/function-filter-lookup.md) for a specific column from SharePoint and apply filter with a particular condition. With this approach, you can setup multiple screens with filtered SharePoint list items.
34
+
You can use the function [filter](../functions/function-filter-lookup.md) for a specific column from SharePoint and apply the filter with a particular condition. With this approach, you can set up multiple screens with filtered SharePoint list items.
35
35
36
36
For example, you created a list named Issue Tracking, based on the out-of-the-box SharePoint app template **Issue Tracking**. And you want to create an app that only shows **Active** issues on the app screen.
37
37
38
38
## Example
39
39
40
-
1. Create a list based on out-of-the-box SharePoint app template **Issue Tracking**.
40
+
1. Create a list based on the out-of-the-box SharePoint app template **Issue Tracking**.
Ensure the issue items have both *Active* and *Closed* items.
47
47
48
-
1. Share the list with user, for example Kenny Smith.
48
+
1. Share the list with a user—for example, Kenny Smith.
49
49
50
50
1. Select **Power Apps**, and then select **Create an app** from the SharePoint list page.
51
51
52
52

53
53
54
-
1. You can see all issues listed in the app inside the studio.
54
+
You can see all issues listed in the app inside the studio.
55
55
56
56

57
57
58
-
The sample list only has two items. However, when the number of issues increase, it becomes overwhelming to scan through issues or search them. Especially when the objective is to only show active issues.
58
+
The sample list only has two items. However, when the number of issues increases, it becomes overwhelming to scan through issues or search them, especially when the objective is to show only active issues.
59
59
60
60
1. Select the items gallery, by default named BrowseGallery1.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/sharepoint/scenarios-filter-search-list.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,32 @@
1
1
---
2
-
title: How to filter a search list in an app. | Microsoft Docs
2
+
title: Filter a search list in an app | Microsoft Docs
3
3
description: This article explains how to search for items and filter the list in your app when sourcing data from a SharePoint list.
4
4
author: emcoope-msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom: canvas
8
8
ms.reviewer: tapanm
9
-
ms.date: 06/01/2020
9
+
ms.date: 09/01/2020
10
10
ms.author: emcoope
11
11
search.audienceType:
12
12
- maker
13
13
search.app:
14
14
- PowerApps
15
15
---
16
-
# How to filter a search list in an app?
16
+
# Filter a search list in an app
17
17
18
18
In this scenario article, you'll learn how to filter a search list in a canvas app.
19
19
20
20
## Prerequisites
21
21
22
-
- You must have created an app using SharePoint connector that connects to a SharePoint list.
23
-
- The SharePoint list should consist of several list items to filter data inside canvas app.
22
+
- You must have created an app using a SharePoint connector that connects to a SharePoint list.
23
+
- The SharePoint list should consist of several list items to filter data inside the canvas app.
24
24
25
25
## Scenario details
26
26
27
27
You can use text input control in a canvas app to input text and filter the list such as a data table to filter list items from the connected SharePoint list.
28
28
29
-
To use the ability to search using a text input and filter the records, you have to use the function [filter](../functions/function-filter-lookup.md). For example, `Filter([@Colors], StartsWith(Title, TextInput1.Text))` uses the SharePoint list connection **Colors** and the column **Title** to filter the records.
29
+
To search using text input and to filter the records, you have to use the function [filter](../functions/function-filter-lookup.md). For example, `Filter([@Colors], StartsWith(Title, TextInput1.Text))` uses the SharePoint list connection **Colors** and the column **Title** to filter the records.
30
30
31
31
## Example
32
32
@@ -37,9 +37,9 @@ To use the ability to search using a text input and filter the records, you have
37
37
> [!NOTE]
38
38
> Ensure the app uses SharePoint connection and connects to a SharePoint list as described in the prerequisites.
39
39
40
-
1. Select **+** (Insert) from the left pane.
40
+
1. Select **+** (insert) from the left pane.
41
41
42
-
1. Select **Text Input**.
42
+
1. Select **Text input**.
43
43
44
44

45
45
@@ -51,15 +51,15 @@ To use the ability to search using a text input and filter the records, you have
Replace **Colors** with the name of your SharePoint list, **Title** with the name of column in the list, and **TextInput1** with your text input control name.
54
+
Replace **Colors** with the name of your SharePoint list, **Title** with the name of the column in the list, and **TextInput1** with your text input control name.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/sharepoint/scenarios-intro.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom: canvas
8
8
ms.reviewer: tapanm
9
-
ms.date: 08/12/2020
9
+
ms.date: 09/01/2020
10
10
ms.author: emcoope
11
11
search.audienceType:
12
12
- maker
@@ -24,11 +24,11 @@ In this section, you'll learn about common scenarios when working with an app th
24
24
25
25
Articles in this section explain individual and short scenarios when working with SharePoint integration with canvas app.
26
26
27
-
-[How to filter a search list in an app?](scenarios-filter-search-list.md)
28
-
-[How to use dropdown list with choices from lookup column in a SharePoint list?](scenarios-choice-to-lookup.md)
29
-
-[How to customize an app screen based on column status inside SharePoint list?](scenarios-customize-view-based-on-column-status.md)
30
-
-[How to work with permissions in a lookup list from SharePoint site?](scenarios-lookup-list-permissions.md)
31
-
-[How to create SharePoint integrated canvas app from scratch to view, edit, add, and delete SharePoint list items?](scenarios-sharepoint-form-from-scratch.md)
27
+
-[Filter a search list in an app](scenarios-filter-search-list.md)
28
+
-[Use drop-down lists with choices from lookup columns in a SharePoint list](scenarios-choice-to-lookup.md)
29
+
-[Customize an app screen based on column status inside a SharePoint list](scenarios-customize-view-based-on-column-status.md)
30
+
-[Work with permissions in a lookup list from a SharePoint site](scenarios-lookup-list-permissions.md)
31
+
-[Create SharePoint integrated canvas apps from scratch to view, edit, add, and delete SharePoint list items](scenarios-sharepoint-form-from-scratch.md)
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/sharepoint/scenarios-lookup-list-permissions.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,34 @@
1
1
---
2
-
title: How to work with permissions in a lookup list from SharePoint site. | Microsoft Docs
2
+
title: Work with permissions in a lookup list from a SharePoint site | Microsoft Docs
3
3
description: This article explains how to configure lookup list permissions in SharePoint when using a canvas app.
4
4
author: emcoope-msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom: canvas
8
8
ms.reviewer: tapanm
9
-
ms.date: 06/01/2020
9
+
ms.date: 09/01/2020
10
10
ms.author: emcoope
11
11
search.audienceType:
12
12
- maker
13
13
search.app:
14
14
- PowerApps
15
15
---
16
-
# How to work with permissions in a lookup list from SharePoint site?
16
+
# Work with permissions in a lookup list from a SharePoint site
17
17
18
18
In this scenario article, you'll learn how to configure permissions for fields that use lookup columns from SharePoint lists. When you create a canvas app that connects to SharePoint, the app follows permissions configured inside SharePoint. Unique permissions at different levels inside SharePoint can become confusing when surfacing lists, libraries, or items on a canvas app screen.
19
19
20
20
The example in this tutorial explains how you can work with a canvas app that connects to SharePoint with such broken inheritance.
21
21
22
22
## Prerequisites
23
23
24
-
- You must have created an app using SharePoint connector that connects to a SharePoint list.
24
+
- You must have created an app using a SharePoint connector that connects to a SharePoint list.
25
25
- The SharePoint list should consist of a lookup column with values from another column.
26
-
- You need two user accounts with access to the app and SharePoint site hosting the lists.
26
+
- You need two user accounts with access to the app and the SharePoint site hosting the lists.
27
27
- You need to be knowledgeable about how to configure SharePoint lists and list/item permissions.
28
28
29
29
## Scenario details
30
30
31
-
You can customize permissions for a SharePoint list or list item when you [stop inheriting permissions](https://support.office.com/en-us/article/share-sharepoint-files-or-folders-1fe37332-0f9a-4719-970e-d2578da4941c). Consideryou connect your app with a SharePoint site that has broken inheritance at different levels. The app behavior may appear confusing if the user doesn't have access to the correct SharePoint objects as intended. Ensure the user can browse to the list and work with the objects with same permissions that you expect canvas app to surface.
31
+
You can customize permissions for a SharePoint list or list item when you [stop inheriting permissions](https://support.office.com/en-us/article/share-sharepoint-files-or-folders-1fe37332-0f9a-4719-970e-d2578da4941c). Consider, for example, that you connect your app with a SharePoint site that has a broken inheritance at different levels. The app behavior might appear confusing if the user doesn't have access to the correct SharePoint objects as intended. Ensure the user can browse to the list and work with the objects with the same permissions that you expect the canvas app to surface.
32
32
33
33
## Example
34
34
@@ -39,17 +39,17 @@ You can customize permissions for a SharePoint list or list item when you [stop
39
39
| Shapes | - Title <br> - Color (lookup column)
40
40
| Colors | - Title (for color of the shape)
41
41
42
-
Shapes list has a Color lookup column. This lookup column is connected to the Color column from the Colors list for values. You can also use your own lists instead.
42
+
The Shapes list has a Color lookup column. This lookup column is connected to the Color column from the Colors list for values. You can also use your own lists instead.
43
43
44
44
1. If necessary, create sample items:
45
45
46
-
| Shapes | Color |
46
+
| Shapes | Color
47
47
| - | - |
48
48
| Circle | Red
49
49
| Rectangle | Blue
50
50
| Triangle | Green
51
51
52
-
The shape colors are through lookup column from the Colors list.
52
+
The shape colors are through the lookup column from the Colors list.
53
53
54
54
1. Sign in to [Power Apps](https://make.powerapps.com).
55
55
@@ -80,7 +80,7 @@ You can customize permissions for a SharePoint list or list item when you [stop
80
80
> [!NOTE]
81
81
> If the user can see the lookup column, check the permissions for the lookup column list. If the lookup column list has unique permissions and the user is added, you can skip the next step.
82
82
83
-
1. Go to Colors list permissions and add the other user, Kenny Smith in this example, explicitly.
83
+
1. Go to Colors list permissions and add the other user (Kenny Smith in this example) explicitly.
84
84
85
85

0 commit comments