Hi all,
I'm currently working on building a site using Power Pages.
I need to filter the data displayed on a List, using new list component, to show only data allowed to be shown to the logged in user.
We have a table in dataverse with all information of all the centers (PK is centerID) and another table UserCenter where there is a row for every center that an user can see.
The problem is how to filter this information using the relationship. I've found that the list supports fetchXML filter (at Power Pages Admin page), but it doesn't show the operator eq-userid of FetchXML.
Is there a way to implement this filter?
Any other suggestion about how to implement it?
Thanks on advances.