diff --git a/power-pages-docs/configure/liquid/liquid-objects.md b/power-pages-docs/configure/liquid/liquid-objects.md index a70e2a4d6..6cf9456c0 100644 --- a/power-pages-docs/configure/liquid/liquid-objects.md +++ b/power-pages-docs/configure/liquid/liquid-objects.md @@ -894,6 +894,9 @@ Refers to the current portal request page. This object combines the attributes o The page object provides access to things like the breadcrumbs for the current page, the title or URL of the current page, and any other attributes or related entities of the underlying Dataverse record. +> [!Note] +> When accessing a page as part of a `page.children` collection. The `entity` keyword must be used to access the underlying Dataverse record. + ```