web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Unanswered

Entitylist filter not working for lookup field in Power Pages

(0) ShareShare
ReportReport
Posted on by 1,812 Super User 2026 Season 1
I’m trying to filter an Entity List in Power Pages / Dynamics 365 using Liquid so that only records assigned to the current user’s parent customer and if lookup is null are displayed
{% assign parentCustomerId = user.parentcustomerid.id %}

{% if parentCustomerId %}
    {% entitylist name: "Available Units" 
       isModern: "true" 
       filter: "udc_unitassignment eq '" | append: parentCustomerId | append: "'" %}
{% else %}
    {% entitylist name: "Available Units" isModern: "true" %}
{% endif %}
What I expect:
  • If parentCustomerId exists, show only units where udc_unitassignment equals this ID.
  • If parentCustomerId is null, show all units.
What happens instead:
  • The page always shows all records, ignoring the filter.
  • Debug messages in Liquid ({{ parentCustomerId }}) show the correct value.

Questions:
  1. Am I using the correct syntax for filtering an Entity List by a lookup field in Liquid?
  2. Is there a known issue that prevents entitylist filter from applying to lookup fields?
  3. Are there any special requirements for server-side filtering on udc_unitassignment .
Screenshot 2026-03-09 154456.png
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 164 Super User 2026 Season 1

#2
Jimmy Passeti Profile Picture

Jimmy Passeti 51 Most Valuable Professional

#3
NeerajPawar Profile Picture

NeerajPawar 42

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans