Skip to content

Commit 6ab4154

Browse files
authored
Live publish
2 parents e13beb4 + 474d15e commit 6ab4154

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@
11471147
href: ./canvas-apps/application-insights.md
11481148
- name: Create native mobile apps (preview)
11491149
items:
1150-
- name: Overview of Wrap (preview)
1150+
- name: Overview of wrap (preview)
11511151
href: ./common/wrap/overview.md
11521152
- name: Customize and build your mobile app
11531153
href: ./common/wrap/how-to.md

powerapps-docs/maker/common/wrap/faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### YamlMime:FAQ
22
metadata:
3-
title: Frequently asked questions for Wrap (preview)
4-
description: Frequently asked questions for Wrap (preview).
3+
title: Frequently asked questions for wrap (preview)
4+
description: Frequently asked questions for wrap (preview).
55
author: larryk78
66
ms.topic: faq
77
ms.custom:
@@ -11,7 +11,7 @@ metadata:
1111
contributors:
1212
- larryk78
1313
- tapanm-msft
14-
title: Frequently asked questions for Wrap (preview)
14+
title: Frequently asked questions for wrap (preview)
1515
summary: |
1616
Frequently asked questions about the **wrap** feature are listed below. If you don't find an answer to your question, send an email to <[email protected]> with your question.
1717

powerapps-docs/maker/common/wrap/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Overview of Wrap (preview)
2+
title: Overview of wrap (preview)
33
description: Learn about the wrap functionality in Power Apps.
44
author: larryk78
55
ms.topic: article
@@ -17,7 +17,7 @@ contributors:
1717
- larryk78
1818
---
1919

20-
# Overview of Wrap (preview)
20+
# Overview of wrap (preview)
2121

2222
[This article is pre-release documentation and is subject to change.]
2323

powerapps-docs/maker/portals/liquid/liquid-objects.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: gitanjalisingh33msft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 03/22/2022
8+
ms.date: 04/20/2022
99
ms.subservice: portals
1010
ms.author: gisingh
1111
ms.reviewer: ndoelman
@@ -269,6 +269,9 @@ The following table explains various attributes associated with blogpost Object.
269269
> [!CAUTION]
270270
> To avoid potential cross-site scripting (XSS) issues, always use [escape filter](liquid-filters.md#escape) to HTML encode string data whenever using **entities** Liquid object to read data provided by the user that can't be trusted.
271271
272+
> [!NOTE]
273+
> Some of the naming conventions of Dataverse have changed, for example, Dataverse entities are now called [tables](../../data-platform/data-platform-intro.md#terminology-updates). The name changes do not apply to Liquid objects. The Liquid entities object will continue to be referred to as **entities**.
274+
272275
Allows you to load any Power Apps table by ID. If the table exists, a table object will be returned. If a table with the given ID isn't found, [null](liquid-types.md#null) will be returned.
273276

274277
```

0 commit comments

Comments
 (0)