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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Liquid error: Value ca...
Power Apps
Unanswered

Liquid error: Value cannot be null. Parameter name: source

(0) ShareShare
ReportReport
Posted on by 12

 Hello PowerPage experts,

 

I have a list component added to my power page. The list component uses a dataverse view. I would further want to filter the results displayed in the list view when the page loads. I don't want to use normal/conventional filters on the list because my use case is different as I will be using a dynamic id value. Assuming my id is as below, can this done by changing the page html using liquid? Am I on the right path?

 

<div class="row sectionBlockLayout text-left" style="display: flex; flex-wrap: wrap; margin: 0px; min-height: auto; padding: 8px;">
  <div class="container" style="padding: 0px; display: flex; flex-wrap: wrap;"><div class="col-md-12 columnBlockLayout" style="flex-grow: 1; display: flex; flex-direction: column; min-width: 300px;">
    {% assign view = site.data.entity_views['Active Notes'] %}
{% assign filteredRecords = view.records | where: 'NoteID', '27540' %}
{% include 'entity_list' key: 'Active Notes', records: filteredRecords %}  
  </div></div>
</div>
Categories:
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 Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 936

#2
Valantis Profile Picture

Valantis 604

#3
11manish Profile Picture

11manish 518

Last 30 days Overall leaderboard