Skip to content

Commit 2e16d73

Browse files
committed
Beginning
1 parent 2350137 commit 2e16d73

File tree

5 files changed

+135
-0
lines changed

5 files changed

+135
-0
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,16 @@
907907
href: ./canvas-apps/sharepoint-scenario-alerts-flow.md
908908
- name: Walk through the completed scenario
909909
href: ./canvas-apps/sharepoint-scenario-summary.md
910+
- name: SharePoint integration scenarios
911+
items:
912+
- name: Overview
913+
href: ./canvas-apps/sharepoint-scenarios-intro.md
914+
- name: How to use lookup columns?
915+
href: ./canvas-apps/sharepoint-scenarios-choice-to-lookup.md
916+
- name: How to filter records using search box?
917+
href: ./canvas-apps/sharepoint-scenarios-filter-search-list.md
918+
- name: How to work with list permissions when using lookup columns?
919+
href: ./canvas-apps/sharepoint-scenarios-lookup-list-permissions.md
910920
- name: Cognitive Services
911921
href: ./canvas-apps/cognitive-services-api.md
912922
- name: Transform your InfoPath forms to Power Apps
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: How to use drop down list with choices from lookup column in a SharePoint list | Microsoft Docs
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+
author: emcoope-msft
5+
ms.service: powerapps
6+
ms.topic: conceptual
7+
ms.custom: canvas
8+
ms.reviewer: tapanm
9+
ms.date: 26/05/2020
10+
ms.author: emcoope
11+
search.audienceType:
12+
- maker
13+
search.app:
14+
- PowerApps
15+
---
16+
# Title
17+
18+
Intro text
19+
20+
## Heading
21+
22+
23+
## Next steps
24+
25+
Next scenario
26+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: How to filter a search list in an app. | Microsoft Docs
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+
author: emcoope-msft
5+
ms.service: powerapps
6+
ms.topic: conceptual
7+
ms.custom: canvas
8+
ms.reviewer: tapanm
9+
ms.date: 26/05/2020
10+
ms.author: emcoope
11+
search.audienceType:
12+
- maker
13+
search.app:
14+
- PowerApps
15+
---
16+
# Title
17+
18+
Intro text
19+
20+
## Heading
21+
22+
23+
## Next steps
24+
25+
Next scenario
26+
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Scenarios for SharePoint integration with canvas apps | Microsoft Docs
3+
description: This series explains different scenarios when integrating SharePoint with canvas apps.
4+
author: emcoope-msft
5+
ms.service: powerapps
6+
ms.topic: conceptual
7+
ms.custom: canvas
8+
ms.reviewer: tapanm
9+
ms.date: 26/05/2020
10+
ms.author: emcoope
11+
search.audienceType:
12+
- maker
13+
search.app:
14+
- PowerApps
15+
---
16+
17+
# SharePoint integration scenarios
18+
19+
You can connect a canvas app with sites from SharePoint Online, or on-premises SharePoint 2013 or 2016 farm using the On-Premises Data Gateway. Create different connections for different lists or libraries from the SharePoint sites.
20+
21+
In this article, you'll learn about common scenarios when working with an app that connects to SharePoint.
22+
23+
## Getting started with scenarios
24+
25+
Articles in this SharePoint scenarios integration section explain individual and short scenarios when working with SharePoint integration with canvas app. For a more detailed information about different SharePoint integration topics with canvas apps, refer to the links in the following table.
26+
27+
| Documentation | Description |
28+
|--|--|
29+
| [SharePoint Connectors documentation](https://docs.microsoft.com/connectors/sharepointonline/) | SharePoint connector documentation with list of available regions and products. |
30+
| [Power Apps SharePoint connector documentation](https://docs.microsoft.com/powerapps/maker/canvas-apps/connections/connection-sharepoint-online) | An introduction to the use of SharePoint connector in Power Apps with basic example. |
31+
| [Create an app from SharePoint](https://docs.microsoft.com/powerapps/maker/canvas-apps/app-from-sharepoint) | Create a canvas app from SharePoint quickly. |
32+
| [SharePoint list form integration](https://docs.microsoft.com/powerapps/maker/canvas-apps/customize-list-form) | Understand SharePoint list integration and [customization](https://docs.microsoft.com/powerapps/maker/canvas-apps/sharepoint-form-integration). |
33+
| [SharePoint Online integration business process scenario](https://docs.microsoft.com/powerapps/maker/canvas-apps/sharepoint-scenario-intro) | An end-to-end walkthrough of a business process scenario for integrating SharePoint Online with Power Apps, Power Automate, and Power BI.
34+
35+
## Other SharePoint examples
36+
37+
Some additional samples and step-by-step guides available for different SharePoint integration areas are:
38+
39+
- Install and configure the [Help Desk](https://docs.microsoft.com/powerapps/maker/canvas-apps/help-desk-install) sample in Power Apps.
40+
- Link SharePoint lists using a [lookup field](https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/sharepoint-lookup-fields) in Power Apps.
41+
- Add SharePoint list to a [collection](https://docs.microsoft.com/powerapps/maker/canvas-apps/create-update-collection#put-a-sharepoint-list-into-a-collection).
42+
43+
## Next steps
44+
45+
Get started with SharePoint integration scenarios.
46+
47+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: How to work with permissions in a lookup list from SharePoint site.. | Microsoft Docs
3+
description: This article explains how to configure lookup list permissions in SharePoint when using a canvas app.
4+
author: emcoope-msft
5+
ms.service: powerapps
6+
ms.topic: conceptual
7+
ms.custom: canvas
8+
ms.reviewer: tapanm
9+
ms.date: 26/05/2020
10+
ms.author: emcoope
11+
search.audienceType:
12+
- maker
13+
search.app:
14+
- PowerApps
15+
---
16+
# Title
17+
18+
Intro text
19+
20+
## Heading
21+
22+
23+
## Next steps
24+
25+
Next scenario
26+

0 commit comments

Comments
 (0)