Hello,
What I have:
I have an out-of-the-box list component (Audits). When the user clicks on a list item, they are taken to the (Audit) Details Page. This page has the id={Audit Guid} in the query string URL, and I'm showing some Audit data on this page.
What I want:
To add an out-of-the-box list component (Resources) to the Audit's details page. This list should be dynamically pre-filtered to include only items (Resources) that are related to the page's specific Audit (in other words, filter the list based on the page query string).
BTY, I don't want to use the Model Driven APP's related item subgrid as a form in this page, because I want the Resources list item to also be clickable and allow drilling down to a details page for a Resource.
What am I missing?
I was hoping to use the FetchXML filter in the Metadata Filter section of the List component on the Power Pages Management app, but it seems that its purpose is a user-defined UI filter.
I also saw some examples of achieving this with FetchXML + Liquid, but from what I understand this approach involves rendering the list html by myself and not being able to leverage the out-of-the-box List component, with its immediate advantages like sorting and filtering.
So, am I right to understand that there is no easy way of pre-filtering the out-of-the-box List component?
Thank you for your help!
Gil
P.S.
The same question also applies to the new modern Card Gallery, that I was hoping to be able to pre-filter dynamically.