Skip to content

Commit 1d49e81

Browse files
authored
Merge pull request #6179 from MicrosoftDocs/2673542
Note regarding Dataverse tables and Liquid entities 2673542
2 parents d926a5b + 14e57f0 commit 1d49e81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)