Skip to content

Commit d348ce1

Browse files
authored
Live publish
2 parents 3475123 + 4c99dcd commit d348ce1

File tree

78 files changed

+163
-161
lines changed

Some content is hidden

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

78 files changed

+163
-161
lines changed

powerapps-docs/maker/canvas-apps/delegation-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: lancedMicrosoft
66
ms.topic: overview
77
ms.custom: canvas
88
ms.reviewer: tapanm
9-
ms.date: 08/25/2021
9+
ms.date: 02/23/2022
1010
ms.subservice: canvas-maker
1111
ms.author: lanced
1212
search.audienceType:
@@ -54,7 +54,9 @@ These lists will change over time. We're working to support more functions and o
5454
Within the **Filter** and **LookUp** functions, you can use these with columns of the table to select the appropriate records:
5555

5656
* **[And](functions/function-logicals.md)** (including **[&&](functions/operators.md)**), **[Or](functions/function-logicals.md)** (including **[||](functions/operators.md)**), **[Not](functions/function-logicals.md)** (including **[!](functions/operators.md)**)
57-
* **[In](functions/operators.md)**
57+
* **[In](functions/operators.md)**
58+
> [!NOTE]
59+
> [In](functions/operators.md) is only delegated for columns on the base data source. For instance, if the data source is **Accounts** table then `Filter(Accounts, Name in ["name1", "name2"])` delegates to the data source for evaluation. However, `Filter(Accounts, PrimaryContact.Fullname in ["name1", "name2"])` does not delegate since **Fullname** column is on a different table (**PrimaryContact**) than **Accounts**. The expression is evaluated locally.
5860
* **[=](functions/operators.md)**, **[<>](functions/operators.md)**, **[>=](functions/operators.md)**, **[<=](functions/operators.md)**, **[>](functions/operators.md)**, **[<](functions/operators.md)**
5961
* **[+](functions/operators.md)**, **[-](functions/operators.md)**
6062
* **[TrimEnds](functions/function-trim.md)**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Some of these operators are dependent on the language of the author. See [Globa
6161
> The **@** operator can also be used to validate the type of the record object against a data source. For example, `Collect(coll,Account@{'Account Number: 1111')`
6262
6363
## in and exactin operators
64-
64+
6565
Use the **[in](operators.md#in-and-exactin-operators)** and **[exactin](operators.md#in-and-exactin-operators)** operators to find a string in a [data source](../working-with-data-sources.md), such as a collection or an imported table. The **[in](operators.md#in-and-exactin-operators)** operator identifies matches regardless of case, and the **[exactin](operators.md#in-and-exactin-operators)** operator identifies matches only if they're capitalized the same way. Here's an example:
6666

6767
1. Create or import a collection named **Inventory**, and show it in a gallery, as the first procedure in [Show images and text in a gallery](../show-images-text-gallery-sort-filter.md) describes.

powerapps-docs/mobile/work-in-offline-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To use offline-first, you need to enable it for each of your model-driven apps.
6060
> [!div class="mx-imgBorder"]
6161
> ![Select Settings on the command bar.](media/mobile-offline-image4.png)
6262
63-
5. On the **Upcoming** tab, set the **Choose the offline mode to apply to your app** toggle to **Yes** and then select **Save**.
63+
5. On the **Upcoming** tab, set the **Choose the offline mode to apply to your app** toggle to **No** and then select **Save**.
6464

6565
6. Select **Save** and then **Publish** the app.
6666

powerapps-docs/teams/add-app-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ author: joel-lindstrom
66
ms.topic: conceptual
77
ms.custom:
88
ms.date: 08/17/2021
9-
ms.author: jshum
9+
ms.author: saperlmu
1010
ms.reviewer: tapanm
1111
contributors:
1212
- joel-lindstrom
13-
- josephshum
13+
- msftsamperl
1414
- tapanm-msft
1515
---
1616

powerapps-docs/teams/add-tag-to-mark-prioritized-ideas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ms.topic: conceptual
77
ms.custom:
88
ms.date: 07/02/2021
99
ms.subservice: teams
10-
ms.author: jshum
10+
ms.author: saperlmu
1111
ms.reviewer: tapanm
1212
contributors:
1313
- joel-lindstrom
14-
- josephshum
14+
- msftsamperl
1515
- tapanm-msft
1616
- sbahl10
1717
---

powerapps-docs/teams/boards-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ms.topic: conceptual
77
ms.custom:
88
ms.date: 06/02/2021
99
ms.subservice: teams
10-
ms.author: jshum
10+
ms.author: saperlmu
1111
ms.reviewer: tapanm
1212
contributors:
1313
- joel-lindstrom
14-
- josephshum
14+
- msftsamperl
1515
- tapanm-msft
1616
---
1717

powerapps-docs/teams/boards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ms.topic: conceptual
77
ms.custom:
88
ms.date: 05/24/2021
99
ms.subservice: teams
10-
ms.author: jshum
10+
ms.author: saperlmu
1111
ms.reviewer: tapanm
1212
contributors:
1313
- joel-lindstrom
14-
- josephshum
14+
- msftsamperl
1515
- tapanm-msft
1616
---
1717

powerapps-docs/teams/bulletins-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ms.topic: conceptual
77
ms.custom:
88
ms.date: 05/27/2021
99
ms.subservice: teams
10-
ms.author: jshum
10+
ms.author: saperlmu
1111
ms.reviewer: tapanm
1212
contributors:
1313
- joel-lindstrom
14-
- josephshum
14+
- msftsamperl
1515
- tapanm-msft
1616
---
1717

powerapps-docs/teams/bulletins-contact-phone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ author: sbahl10
66
ms.topic: conceptual
77
ms.custom:
88
ms.date: 07/13/2021
9-
ms.author: jshum
9+
ms.author: saperlmu
1010
ms.reviewer: tapanm
1111
contributors:
1212
- joel-lindstrom
13-
- josephshum
13+
- msftsamperl
1414
- tapanm-msft
1515
- sbahl10
1616
---

powerapps-docs/teams/bulletins-deploy-broadly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ ms.topic: conceptual
77
ms.custom:
88
ms.date: 07/09/2021
99
ms.subservice: teams
10-
ms.author: jshum
10+
ms.author: saperlmu
1111
ms.reviewer: tapanm
1212
contributors:
1313
- sbahl10
1414
- joel-lindstrom
15-
- josephshum
15+
- msftsamperl
1616
- tapanm-msft
1717
---
1818

0 commit comments

Comments
 (0)