Hi! Am I the only one facing this issue? I’ve been using web templates on my web pages and doing custom developments. Now, I’m seeing 'adx_webtemplate' with name mapping set to 'Logical.' However, when I checked the Power Pages management app, the entity name appears as 'mspp_webtemplate.'
Could this be due to a Microsoft update, which is causing this issue?
I'm using the following syntax on my webpage:
{% include 'Web Template Name' %}
However, I'm seeing an error when loading the page.
In your current site, you’re using the enhanced data model (with the mspp
prefix), which is now the default model. It offers better consistency and future compatibility compared to the older standard model (with the adx
prefix). You can find more details here:
Enhanced data model in Power Pages
Also, when accessing web templates or other Power Pages tables (like content snippets or site settings), it’s best to use Liquid syntax instead of directly referencing schema names (e.g., avoid using adx_webtemplate
to access web templates). This ensures your code works with both the old and new data models without issues.
WarrenBelz
146,513
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,683
Most Valuable Professional