Skip to content

Commit 5180431

Browse files
committed
added links from Excel topics to YifWang's Excel tips
1 parent bc7293b commit 5180431

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

powerapps-docs/maker/canvas-apps/get-started-create-from-blank.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Create an app from the ground up by configuring each UI element and
44
services: ''
55
suite: powerapps
66
documentationcenter: na
7-
author: karthik-1
8-
manager: anneta
7+
author: AFTOwen
8+
manager: kfile
99
editor: ''
1010
tags: ''
1111

@@ -15,15 +15,12 @@ ms.topic: article
1515
ms.tgt_pltfrm: na
1616
ms.workload: na
1717
ms.date: 10/16/2016
18-
ms.author: sharik
18+
ms.author: anneta
1919

2020
---
2121
# Create an app from scratch
2222
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.
2323

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-
2724
By following this tutorial, you'll create an app that contains two screens. On one screen, users can browse through a set of records:
2825

2926
![Screen in which a user can scroll through a set of data](./media/get-started-create-from-blank/first-screen-final.png)
@@ -33,7 +30,9 @@ On the other screen, users can create a record, update one or more fields in a r
3330
![Screen in which a user can add or update data](./media/get-started-create-from-blank/changescreen-final.png)
3431

3532
## 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.
3736

3837
1. Copy this data, and then paste it into an Excel file.
3938

@@ -48,7 +47,7 @@ You can review this tutorial for general concepts only, or you can follow it exa
4847

4948
2. Format that data as a table, named **Schedule**, so that PowerApps can parse the information.
5049

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).
5251

5352
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.
5453

powerapps-docs/maker/canvas-apps/get-started-create-from-data.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ In this topic, you'll automatically generate your first app in PowerApps using d
2222

2323
The Excel file must be in a cloud-storage account, such as OneDrive, Google Drive, or Dropbox. This topic uses OneDrive for Business.
2424

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-
2725
If you don't have a license for PowerApps, you can [sign up for free](../signup-for-powerapps.md).
2826

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+
2933
## Generate the app
3034
1. Sign in to [PowerApps](https://web.powerapps.com).
3135

0 commit comments

Comments
 (0)