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/get-started-create-from-blank.md
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ description: Create an app from the ground up by configuring each UI element and
4
4
services: ''
5
5
suite: powerapps
6
6
documentationcenter: na
7
-
author: karthik-1
8
-
manager: anneta
7
+
author: AFTOwen
8
+
manager: kfile
9
9
editor: ''
10
10
tags: ''
11
11
@@ -15,15 +15,12 @@ ms.topic: article
15
15
ms.tgt_pltfrm: na
16
16
ms.workload: na
17
17
ms.date: 10/16/2016
18
-
ms.author: sharik
18
+
ms.author: anneta
19
19
20
20
---
21
21
# Create an app from scratch
22
22
Create your own app from scratch using any one of a variety of data sources, adding more sources later if you want. Specify the appearance and behavior of each UI element so that you can optimize the result for your exact goals and workflow. This approach is much more time-intensive than [generating an app automatically](get-started-create-from-data.md), but experienced app makers can build the best app for their needs.
23
23
24
-
> [!NOTE]
25
-
> This topic was written for PowerApps Studio for Windows, but the steps are similar if you [open PowerApps in a browser](create-app-browser.md).
26
-
27
24
By following this tutorial, you'll create an app that contains two screens. On one screen, users can browse through a set of records:
28
25
29
26

@@ -33,7 +30,9 @@ On the other screen, users can create a record, update one or more fields in a r
33
30

34
31
35
32
## Prerequisites
36
-
You can review this tutorial for general concepts only, or you can follow it exactly if you complete these steps.
33
+
You can use your own Excel file and review this tutorial for general concepts only. However, the data in the Excel file must be formatted as a table. For more information, see [Format a table in Excel](how-to-excel-tips.md).
34
+
35
+
To follow the steps below exactly, first create an Excel file using this sample data.
37
36
38
37
1. Copy this data, and then paste it into an Excel file.
39
38
@@ -48,7 +47,7 @@ You can review this tutorial for general concepts only, or you can follow it exa
48
47
49
48
2. Format that data as a table, named **Schedule**, so that PowerApps can parse the information.
50
49
51
-
For more information, see [Create an Excel table in a worksheet](https://support.office.com/article/Create-an-Excel-table-in-a-worksheet-E81AA349-B006-4F8A-9806-5AF9DF0AC664).
50
+
For more information, see [Format a table in Excel](how-to-excel-tips.md).
52
51
53
52
3. Save the file under the name **eventsignup.xls**, and then upload it to a [cloud-storage account](connections/cloud-storage-blob-connections.md), such as OneDrive.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/get-started-create-from-data.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,14 @@ In this topic, you'll automatically generate your first app in PowerApps using d
22
22
23
23
The Excel file must be in a cloud-storage account, such as OneDrive, Google Drive, or Dropbox. This topic uses OneDrive for Business.
24
24
25
-
To follow this topic, download the [Flooring Estimates](https://az787822.vo.msecnd.net/documentation/get-started-from-data/FlooringEstimates.xlsx) file in Excel, and save it in your [cloud storage account](connections/cloud-storage-blob-connections.md). As an alternative, you can use your own Excel file if the data is [formatted as a table](https://support.office.com/article/Create-an-Excel-table-in-a-worksheet-E81AA349-B006-4F8A-9806-5AF9DF0AC664).
26
-
27
25
If you don't have a license for PowerApps, you can [sign up for free](../signup-for-powerapps.md).
28
26
27
+
## Prerequisites ##
28
+
To follow this topic exactly, download the [Flooring Estimates](https://az787822.vo.msecnd.net/documentation/get-started-from-data/FlooringEstimates.xlsx) file in Excel, and save it in your [cloud storage account](connections/cloud-storage-blob-connections.md).
29
+
30
+
> [!IMPORTANT]
31
+
> You can use your own Excel file, but the data must be formatted as a table. For more information, see [Format a table](how-to-excel-tips.md).
32
+
29
33
## Generate the app
30
34
1. Sign in to [PowerApps](https://web.powerapps.com).
0 commit comments