Skip to content

Commit 22e4743

Browse files
committed
more updates for GregLi
1 parent d1e433e commit 22e4743

File tree

3 files changed

+66
-61
lines changed

3 files changed

+66
-61
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ search.app:
1515
- PowerApps
1616
---
1717
# IfError function in PowerApps
18+
1819
Detects errors and provides an alternative value or takes action.
1920

2021
## Description
22+
2123
> [!NOTE]
2224
> This function is part of an experimental feature and is subject to change. The behavior described here is only available when the *Formula-level error management* feature is turned on. This is an app level setting that defaults to off. To turn this feature on, navigate to the *File* tab, *App settings* in the left hand menu, and then *Experimental features*. Your feedback is very valuable to us - please let us know what you think in the [PowerApps community forums](https://powerusers.microsoft.com/t5/Expressions-and-Formulas/bd-p/How-To).
2325

powerapps-docs/maker/canvas-apps/functions/operators.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ search.app:
1515
- PowerApps
1616
---
1717
# Operators in PowerApps
18+
1819
Some of these operators are dependent on the language of the author. See [Global apps](../global-apps.md) for more information.
1920

2021

@@ -45,7 +46,7 @@ Some of these operators are dependent on the language of the author. See [Globa
4546
| **in** |   | **"The" in "The keyboard and the monitor..."** | Substring test (case-insensitive) |
4647
| **@** | [Disambiguation operator](#disambiguation-operator) | **MyTable[@fieldname]** | Field disambiguation |
4748
| **@** |   | **[@MyVariable]** | Global disambiguation |
48-
| **,**<br>[[language dependent](../global-apps.md)] | List separator | **If( X < 10, "Low", "Good" )**<br>**{ X: 12, Y: 32 }**<br>**[ 1, 2, 3 ]** | Separates: <ul><li>arguments in function calls</li><li>fields in a [record](../working-with-tables.md#elements-of-a-table)</li><li>records in a [table](../working-with-tables.md#inline-value-tables)</li></ul>. This character depends on the language. |
49+
| **,**<br>[[language dependent](../global-apps.md)] | List separator | **If( X < 10, "Low", "Good" )**<br>**{ X: 12, Y: 32 }**<br>**[ 1, 2, 3 ]** | Separates: <ul><li>arguments in function calls</li><li>fields in a [record](../working-with-tables.md#elements-of-a-table)</li><li>records in a [table](../working-with-tables.md#inline-value-tables)</li></ul> This character depends on the language. |
4950
| **;**<br>[[language dependent](../global-apps.md)] | Formula chaining | **Collect(T, A); Navigate(S1, &quot;&quot;)** | Separate invocations of functions in behavior properties. The chaining operator depends on the language. |
5051
| **Parent** | [Parent operator](#parent-operator) | **Parent.Fill** | Access to properties of a control container |
5152
| **ThisItem** | [ThisItem operator](#thisitem-operator) | **ThisItem.FirstName** | Access to fields of a Gallery or form control |

0 commit comments

Comments
 (0)