Skip to content

Commit e3b3809

Browse files
authored
Merge pull request #330 from MicrosoftDocs/master
4/10 PM Publish
2 parents 5cdd1f8 + a160780 commit e3b3809

File tree

10 files changed

+29
-33
lines changed

10 files changed

+29
-33
lines changed

powerapps-docs/maker/canvas-apps/add-data-connection.md

Lines changed: 29 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: ''
55
suite: powerapps
66
documentationcenter: na
77
author: archnair
8-
manager: anneta
8+
manager: kfile
99
editor: ''
1010
tags: ''
1111

@@ -14,14 +14,12 @@ ms.devlang: na
1414
ms.topic: article
1515
ms.tgt_pltfrm: na
1616
ms.workload: na
17-
ms.date: 10/02/2017
17+
ms.date: 04/06/2018
1818
ms.author: archanan
1919

2020
---
2121
# 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).
2523

2624
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:
2725

@@ -30,60 +28,58 @@ Your [next step](#next-steps) after this article is to display and manage data f
3028
* Connect to SQL Server, and update a table from your app.
3129

3230
## 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.
4632

47-
![New option on the File menu](./media/add-data-connection/file-new.png)
33+
## Add a data source
34+
1. On the **Home** tab, hover over the **Start from blank** tile, and then select **Make this app.**
4835

49-
2. On the **Blank app** tile, click or tap **Phone layout** .
36+
![Create an app from scratch](./media/add-data-connection/blank-app-tile.png)
5037

51-
![Create an app from scratch](./media/add-data-connection/blank-app.png)
38+
1. If the **Welcome to PowerApps Studio** dialog box appears, select **Skip**.
5239

5340
3. In the center pane, click or tap **connect to data**.
5441

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.
5643

5744
![Add data source](./media/add-data-connection/choose-existing-connections.png)
5845

59-
5. Click or tap **New connection** to display a list of connectors.
46+
5. Select **New connection** to display a list of connectors.
6047

6148
![Add connection](./media/add-data-connection/new-connection.png)
6249

63-
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.
6451

6552
![Choose connection](./media/add-data-connection/choose-connection.png)
6653

67-
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.
6855

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.
7057

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.
7360

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.
7571

7672
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.
7773

7874
The name of the data source appears on the **Properties** tab of the right-hand pane.
7975

80-
![Data source on Properties tab](./media/add-data-connection/properties-tab.png)
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.
8377

8478
![Data pane](./media/add-data-connection/data-pane.png)
8579

86-
3. To change the data source, click or tap the down arrow next to the data source, and then choose or create another source.
80+
3. To change the data source, open the list of data sources, and then select or create another source.
81+
82+
![Data pane](./media/add-data-connection/datasource-list.png)
8783

8884
## Next steps
8985
* To show and update data in a source such as Excel, SharePoint, or SQL Server, [add a gallery](add-gallery.md), and [add a form](add-form.md).
Loading
Loading
Binary file not shown.
Loading
Loading
Loading
Loading
Binary file not shown.
Loading

0 commit comments

Comments
 (0)