Skip to main content

Notifications

Power Apps - Building Power Apps
Suggested answer

Advanced Filtering on SharePoint List

(1) ShareShare
ReportReport
Posted on by 2
Hello,
 
I created a SP List that is used to track volunteers and activities. I have the rows set up based on the list if activities. The columns in that list are 'Activity' (single line of text column) and 'Email Address' (person or group column). I use the 'Email' column to assign people to the corresponding activity for that row so that column allows for multiple entries.
 
I am now wanting to build an app that will give the volunteers a more user friendly UI for tracking their activities. I want to be able to filter a drop down list in Power Apps from the email address in the 'Email' (multiple entry enabled) column based on the user who is signed in (User().Email).
 
Is this possible?
  • Suggested answer
    Ravindra Jadhav Profile Picture
    Ravindra Jadhav 240 on at
    Advanced Filtering on SharePoint List
    you can user @FLmike Code to filter on basis of user and for multiple users you can go with this
     
    Filter( SharePointList,PersonTypeCol.Email in combobox.email)
    
     
    Please Closed the Question, Mark it Solved 
     
    If my answer helped resolve your issue, please consider marking it as solved to assist others facing the same problem. Additionally, giving it a like would be greatly appreciated and motivates us to keep helping
     
    Thank You
    Ravindra Jadhav
  • Suggested answer
    FLMike Profile Picture
    FLMike 30,156 on at
    Advanced Filtering on SharePoint List
    Hi
     
    Yes here is my sample
    I have a sample List, with a Multi-person Column called Project Managers.
    I want to filter it by the users log in Email
    Thats how
     
    Filter('Sample - Multi-Person Unique Project List', User().Email in 'Project Managers'.Email)

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.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,445

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,741

Leaderboard