I created from a SharePoint list a PowerApp. One of my SharePoint metadata is a people field. I created a user combobox on the landingpage. Below the combobox you will see all the list items. I would like to filter the list items by the selected user in the combobox. How to filter on a user combobox?
I try this but it is not working:
Filter(CoronaWerkplekRooster, Persoon=PersonDataCardValue4_1.SelectedItems.Claims)