Skip to content

Commit c13d9a4

Browse files
authored
Merge pull request #839 from MicrosoftDocs/anneta-validate
Update function-validate.md
2 parents 123edbb + 0d4d8b5 commit c13d9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)