
I understand on powerApps portal, it's possible for logged in users to see records they've created or owned in an entity list.
Is there a way to filter a record based on a column other than what the User, created or owns?
For instance, if I have a column with name, country, and amount.
Can I filter in such a way that a logged-in user can see details about a particular country?
Hi @Dk4
The entity list control enables us to specify a CDS view. You could create a view that filters your records by country, and you can then apply this view to your entity list.
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/entity-lists
For anything more complex, the best approach would be to create a FetchXML query to filter and to return your records.
https://docs.microsoft.com/en-us/powerapps/maker/portals/liquid/template-tags