Skip to content

Commit 5a1864d

Browse files
authored
Merge pull request #840 from MicrosoftDocs/master
Publish: update to Validate topic, etc.
2 parents e4fe4b2 + c13d9a4 commit 5a1864d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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/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

0 commit comments

Comments
 (0)