Skip to content

Commit 33d8a02

Browse files
committed
2 parents ec51732 + 6e8757e commit 33d8a02

File tree

59 files changed

+103
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+103
-140
lines changed

powerapps-docs/maker/canvas-apps/app-from-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ The principles of generating an app won't change even if you create a list that'
3838

3939
1. Sign in to [PowerApps](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
4040

41-
1. Under **Make apps like these**, hover over **Start from data**, and then select **Make this app**.
41+
1. Under **Make your own app**, hover over **Start from data**, and then select **Make this app**.
4242

43-
![Option to create an app](./media/app-from-sharepoint/make-this-app.png)
43+
![Option to create an app](./media/app-from-sharepoint/start-from-data.png)
4444

4545
1. On the SharePoint tile, select **Phone layout**.
4646

powerapps-docs/maker/canvas-apps/controls/control-drop-down.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ search.app:
1818
A list that shows only the first item unless the user opens it.
1919

2020
## Description
21-
A **Drop down** control conserves screen real estate, especially when the list contains a large number of choices. The control takes up only one line unless the user selects the chevron to reveal more choices.
21+
A **Drop down** control conserves screen real estate, especially when the list contains a large number of choices. The control takes up only one line unless the user selects the chevron to reveal more choices. The control will show a maximum of 500 items.
2222

2323
## Key properties
2424
**[Default](properties-core.md)** – The initial value of a control before the user specifies a different value.

powerapps-docs/maker/canvas-apps/controls/control-html-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ An **HTML text** control not only shows plain text and numbers but also converts
7474
## Example
7575
1. Add a **[Label](control-text-box.md)** control, name it **Source**, and set its **[Text](properties-core.md)** property to this string:
7676

77-
\<p> We have done an unusually \&nbsp; \&quot; deep \&quot; globalization and localization. \<p>
77+
"\<p>We've\&nbsp;done an unusually \&quot;deep\&quot; globalization and localization.\<p>"
7878

7979
Don't know how to [add, name, and configure a control](../add-configure-controls.md)?
8080

powerapps-docs/maker/canvas-apps/controls/control-microphone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A control that allows app users to record sounds from their device.
2020
## Description
2121
App users can make audio recordings if the device where the app is running has a microphone.
2222

23-
Audio is stored in 3gp format in Android and in AAC format in iOS.
23+
Audio is stored in 3gp format in Android, AAC format in iOS, and OGG format in web browsers.
2424

2525
## Key properties
2626
**Mic** – On a device that has more than one microphone, the numeric ID of the microphone that the app uses.

powerapps-docs/maker/canvas-apps/controls/control-pen-input.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ A control in which the user can draw, erase, and highlight areas of an image.
2121
The user can use this control like a whiteboard, drawing diagrams and writing words that can be converted to typed text.
2222

2323
## Key properties
24+
**Image** – Output property that represents the image drawn by the end user.
25+
2426
**[Color](properties-color-border.md)** – The color of input strokes.
2527

2628
**Mode** – The control is in **Draw** or **Erase** mode. Select mode has been deprecated.
@@ -40,7 +42,7 @@ The user can use this control like a whiteboard, drawing diagrams and writing wo
4042

4143
**[Height](properties-size-___location.md)** – The distance between a control's top and bottom edges.
4244

43-
**Input**Input.
45+
**Input****Deprecated.** Whether the input supports mouse, pen, or touch inputs. Defalut value (7) supports all three.
4446

4547
**[OnSelect](properties-core.md)** – How the app responds when the user taps or clicks a control.
4648

powerapps-docs/maker/canvas-apps/data-platform-create-app-scratch.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ When you build an app from the Common Data Service, you don't need to create a c
2929

3030
1. Sign in to [PowerApps](http://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
3131

32-
![PowerApps home page](./media/data-platform-create-app-scratch/sign-in.png)
32+
1. Under **Make your own app**, hover over the **Start from blank** tile for canvas apps, click or tap the phone icon, and then click or tap **Make this app**.
3333

34-
1. Under **Make apps like these**, hover over the **Start from blank** tile, click or tap the phone icon, and then click or tap **Make this app**.
35-
36-
![Blank-app tile](./media/data-platform-create-app-scratch/blank-app.png)
34+
![Blank-app tile](./media/data-platform-create-app-scratch/start-from-blank.png)
3735

3836
You can design an app from scratch for phones or other devices (such as tablets); this topic will focus on designing an app for phones.
3937

powerapps-docs/maker/canvas-apps/data-platform-create-app.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ To follow this quickstart, you must [switch to an environment](working-with-envi
2828

2929
1. Sign in to [PowerApps](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) and, if necessary, switch environments as specified earlier in this topic.
3030

31-
![PowerApps home page](./media/data-platform-create-app/sign-in.png)
31+
1. Under **Make your own app**, hover over **Start from data**, and then select **Make this app**.
3232

33-
1. Under **Make apps like these**, hover over **Start from data**, and then select **Make this app**.
34-
35-
![Option to create an app](./media/data-platform-create-app/make-this-app.png)
33+
![Option to create an app](./media/data-platform-create-app/start-from-data.png)
3634

3735
1. On the **Common Data Service** tile, select **Phone layout**.
3836

powerapps-docs/maker/canvas-apps/functions/function-validate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ For these examples, values in the **Percentage** column of the **Scores** data s
6060

6161
| Formula | Description | Result |
6262
| --- | --- | --- |
63-
| **Validate( Scores, EditRecord, Gallery.Updates )** |Checks whether **10** is a valid value for the **Percentage** column in the **Scores** data source. |*blank* |
64-
| **Validate( Scores, EditRecord, Gallery.Updates )** |Checks whether **120** is a valid value for the **Percentage** column in the **Scores** data source. |"Values must be between 0 and 100." |
63+
| **Validate( Scores, EditRecord, Gallery.Updates )** |Checks whether values in all columns are valid for the **Scores** data source. In this example, the value in the **Percentage** column is **10**. |*blank* |
64+
| **Validate( Scores, EditRecord, Gallery.Updates )** | Checks whether values in all columns are valid for the **Scores** data source. In this example, the value in the **Percentage** column is **120**. |"Values must be between 0 and 100." |
6565

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,11 @@ To follow the steps in this tutorial exactly, first create an Excel file using t
4545
## Open a blank app
4646
1. Sign in to [PowerApps](http://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
4747

48-
![PowerApps home page](./media/get-started-create-from-blank/sign-in.png)
49-
5048
You can design an app from scratch for phones or for other devices (such as tablets). This topic focuses on designing an app for phones.
5149

52-
1. Under **Make apps like these**, hover over the **Start from blank** tile, select the phone icon, and then select **Make this app**.
50+
1. Under **Make your own app**, hover over the **Start from blank** tile for canvas apps, select the phone icon, and then select **Make this app**.
5351

54-
![Blank-app tile](./media/get-started-create-from-blank/blank-app.png)
52+
![Blank-app tile](./media/get-started-create-from-blank/start-from-blank.png)
5553

5654
PowerApps Studio creates a blank app for phones.
5755

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@ To follow this topic exactly, download the [Flooring Estimates](https://az787822
3131
## Generate the app
3232
1. Sign in to [PowerApps](https://web.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
3333

34-
![PowerApps home page](./media/get-started-create-from-data/sign-in.png)
34+
1. Under **Make your own app**, hover over **Start from data**, and then select **Make this app**.
3535

36-
1. Under **Make apps like these**, hover over **Start from data**, and then select **Make this app**.
37-
38-
![Option to create an app](./media/get-started-create-from-data/make-this-app.png)
36+
![Option to create an app](./media/get-started-create-from-data/start-from-data.png)
3937

4038
1. Under **Start with your data**, click or tap **Phone layout** on the tile for your cloud-storage account.
4139

0 commit comments

Comments
 (0)