Announcements
Dear Professionals,
Can you give some support, on how to show end user of the APP Mobile only the Sharepoint rows whitch belongs to them, on my list I have a Column of type ''Person'', I need to show for each user the values related to his person DisplayName.
Thank you.
Filter(YourDataSource, YourPersonColumn.DisplayName= User().FullName)
Hi @Nourinssaf if you want to filter a SharePoint list based on the current user’s email in a Person type column, you can use the User().Email function in Power Apps. Here’s an example:
Assume you have a SharePoint list named ‘EmployeeList’ and you want to filter this list based on the ‘Manager’ column (which is a Person type column). If you want to display only the items where ‘Manager’ is the current user, you can use the following formula in Power Apps:
Filter(EmployeeList, Persontypecolumn.Email = User().Email)
@Muzammil_069506 , Thank you very match, it is working
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 405 Super User 2026 Season 2
Mohsin Ali 368
WarrenBelz 244 Most Valuable Professional