Idea: I have a huge list in SharePoint. In power app I want to display only records which are relavant for the users. In the list there is a column with type People or Group which will be used to filter the list in PowerApp.
So I create a new screen, add a galery and in Galery Options under Items I write the following formula:
Filter('Test Travel Request',User().Email = Name_x0020_of_x0020_Traveler.Email)Unfortunetly it does not work. What would be the correct way of writing this? Also is this the best practise if I want to filter and show only records approriate for each individual User?
Thanks!