Hello,
im having trouble with Liquid showing only in preview in portal edit but not when you browse the website. Im fetching xml from our dataverse and then using for to write out the output. Any ideas?
<h1 style="text-align: center;">Our People</h1><br>
{% fetchxml pages %}
<fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='false'>
<entity name="adx_webpage">
<attribute name="adx_name" />
<attribute name="adx_rootwebpageid" />
<attribute name="adx_partialurl" />
<attribute name="adx_parentpageid" />
<filter>
<condition attribute="adx_rootwebpageid" operator="not-null" />
<condition attribute="adx_parentpageid" operator="eq" value="2de50ebb-523d-ec11-8c63-6045bd8ed85e" />
<condition attribute="adx_name" operator="ne" value="Access Denied" />
<condition attribute="adx_name" operator="ne" value="Profile" />
<condition attribute="adx_name" operator="ne" value="Page Not Found" />
<condition attribute="adx_name" operator="ne" value="Contact us" />
<condition attribute="adx_name" operator="ne" value="Search" />
<condition attribute="adx_name" operator="ne" value="Pages" />
</filter>
</entity>
</fetch>
{% endfetchxml %}
<div class="our-people" style="display: grid; grid-template-columns: 3fr 3fr 3fr;">
{% for item in pages.results.entities %}
<p style="color:black;">{{ item.adx_name }}</p>
<a href="https://canadian-chamber.powerappsportals.com/{{item.adx_partialurl}}">Link</a>
{% endfor %}
</div>
Yes, it was a table permission. Thanks for your time.
Hi @Rostyk1
huh !! I can see you need to use the "Anonymous" user web role in the below screenshot
In the table permissions, set the adx_Webpage permission as follows and remember to add your appropriate web role. Screenshot for reference
Hit save and close
In Portal studio:
Syn config and Browse the website > Ctrl + F5( hard refresh)
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.
Lucas001
60
Super User 2025 Season 1
Fubar
55
Super User 2025 Season 1
surya narayanan
35