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/add-data-connection.md
+29-33Lines changed: 29 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: ''
5
5
suite: powerapps
6
6
documentationcenter: na
7
7
author: archnair
8
-
manager: anneta
8
+
manager: kfile
9
9
editor: ''
10
10
tags: ''
11
11
@@ -14,14 +14,12 @@ ms.devlang: na
14
14
ms.topic: article
15
15
ms.tgt_pltfrm: na
16
16
ms.workload: na
17
-
ms.date: 10/02/2017
17
+
ms.date: 04/06/2018
18
18
ms.author: archanan
19
19
20
20
---
21
21
# Add a data connection in PowerApps
22
-
In PowerApps, add a data connection to an existing app or to an app that you're building from scratch. In this topic, you use PowerApps Studio, but you can also use [powerapps.com](https://web.powerapps.com), as the [Manage connections](add-manage-connections.md) topic describes.
23
-
24
-
Your app's data connection can connect to SharePoint, Salesforce, OneDrive, or [one of many other data sources](connections-list.md).
22
+
In PowerApps, add a data connection to an existing app or to an app that you're building from scratch. Your app can connect to SharePoint, Salesforce, OneDrive, or [many other data sources](connections-list.md).
25
23
26
24
Your [next step](#next-steps) after this article is to display and manage data from that data source in your app, as in these examples:
27
25
@@ -30,60 +28,58 @@ Your [next step](#next-steps) after this article is to display and manage data f
30
28
* Connect to SQL Server, and update a table from your app.
31
29
32
30
## Prerequisites
33
-
[Sign up](../signup-for-powerapps.md) for PowerApps, [install](http://aka.ms/powerappsinstall) it, open it, and then sign in by providing the same credentials that you used to sign up.
34
-
35
-
## Background on data connections
36
-
Most PowerApps apps use external information called **Data Sources** that is stored in cloud services. A common example is a table in an Excel file stored in OneDrive for Business. Apps are able to access these data sources by using **Connectors**.
37
-
38
-
The most common data sources are tables, which you can use to retrieve and store information. You can use connectors to data sources to read and write data in Microsoft Excel workbooks, SharePoint lists, SQL tables, and many other formats, which can be stored in cloud services such as OneDrive for Business, DropBox, SQL Server, etc.
39
-
40
-
Data sources other than tables include email, calendars, Twitter, and notifications.
41
-
42
-
Using the **[Gallery](controls/control-gallery.md)**, **[Display form](controls/control-form-detail.md)**, and **[Edit form](controls/control-form-detail.md)** controls, it's easy to create an app that reads and writes data from a data source. To get started, read the article [Understand data forms](working-with-forms.md).
43
-
44
-
## Add a connection
45
-
1. Click or tap **New** on the **File** menu (near the left edge).
31
+
[Sign up](../signup-for-powerapps.md) for PowerApps, and then [sign in](http://web.powerapps.com) by providing the same credentials that you used to sign up.
46
32
47
-

33
+
## Add a data source
34
+
1. On the **Home** tab, hover over the **Start from blank** tile, and then select **Make this app.**
48
35
49
-
2. On the **Blank app** tile, click or tap **Phone layout** .
36
+

50
37
51
-

38
+
1. If the **Welcome to PowerApps Studio** dialog box appears, select **Skip**.
52
39
53
40
3. In the center pane, click or tap **connect to data**.
54
41
55
-
4. If the list of connections in the **Data** pane includes the one that you want, click or tap it to add it to the app. Otherwise, skip to the next step.
42
+
4. If the list of connections in the **Data** pane includes the one that you want, select it to add it to the app. Otherwise, skip to the next step.
56
43
57
44

58
45
59
-
5.Click or tap**New connection** to display a list of connectors.
46
+
5.Select**New connection** to display a list of connectors.
6. Scroll through the list of connectors until the type of connection that you want to create appears (for example, **Office 365 Outlook**), and then click or tap it.
50
+
6. Scroll through the list of connectors until the type of connection that you want to create appears (for example, **Office 365 Outlook**), and then select it.
7.Click or tap**Create** to both create the connection and add it to your app.
54
+
7.Select**Create** to both create the connection and add it to your app.
68
55
69
-
Some connectors, such as **Microsoft Translator**, require no additional steps, and you can show data from them immediately. Other connectors prompt you to provide credentials, specify a particular set of data, or perform other steps. For example, [SharePoint](connections/connection-sharepoint-online.md) and [SQL Server](connections/connection-azure-sqldatabase.md) require additional information before you can use them.
56
+
Some connectors, such as **Office 365 Outlook**, require no additional steps, and you can show data from them immediately. Other connectors prompt you to provide credentials, specify a particular set of data, or perform other steps. For example, [SharePoint](connections/connection-sharepoint-online.md) and [SQL Server](connections/connection-azure-sqldatabase.md) require additional information before you can use them.
70
57
71
-
## View or change a data source
72
-
If you're updating an app, you might need to identify or change the source of data that appears in a gallery, a form, or another control that has an **Item** property. For example, you might be working on an app that someone else created, or you might want to remind yourself of a data source that you configured a while ago.
58
+
## Add another data source
59
+
1. Add a control to which you want to add a data source.
73
60
74
-
1. Select the control for which you want to identify the data source.
61
+
The control must have an **Items** property, as galleries and listboxes do, or an **Item** property, as a form does.
62
+
63
+
1. In the **Data** pane (which opens automatically), open the list under **Data source**, and then select **Add a data source**.
64
+
65
+
1. Follow the previous procedure, starting with step 4.
66
+
67
+
## Identify or change a data source
68
+
If you're updating an app, you might need to identify or change the source of data that appears in a gallery, a form, or another control. For example, you might need to identify a data source as you update an app that someone else created or you that you created long ago.
69
+
70
+
1. Select the control for which you want to identify or change the data source.
75
71
76
72
For example, select a gallery (not a control within the gallery) by clicking or tapping it in the hierarchical list of screens and controls near the left edge.
77
73
78
74
The name of the data source appears on the **Properties** tab of the right-hand pane.
79
75
80
-

81
-
82
-
2. To show more information about the data source or change it, click or tap **Data** in the right-hand pane.
76
+
2. Select the data source to change it or to show more information about it.
0 commit comments