web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / dropdown filter for mu...
Power Apps
Answered

dropdown filter for multichoice sharepoint column

(0) ShareShare
ReportReport
Posted on by 41

Dear All,

i have list  with project names and lead names along with team member.

List name : Admin_Project_list

Column Name : "Project Team"

in powerapp there is one dropdown.when user login then based on logged in users email ,dropdown filter names of project in which users name is thre as project team member, but as it is multichoice column so it is giving Delegation error. Any possbilesollution ?

patels11_0-1654072292456.pngpatels11_1-1654072315478.png

 

 

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,456 Most Valuable Professional on at

    Hi @patels11 ,

    The top filter needs to return under your Delegation limit for this to fully work

    With(
     {
     wList:
     Filter(
     gAdmin_Project_List,
     'Piping Lead'.Email = User().Email ||
     'Stress Lead'.Email = User().Email ||
     'Stress Team Member'.Email = User().Email
     )
     },
     Filter(
     wList, 
     User().Email in 'Piping Team Member'.Email
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

  • patels11 Profile Picture
    41 on at

    This resolved issue. but it generated error in gallery which was filtered out based on selection in dropbox. in gallery, for that particular project name selection it popsup 4 values, project piping lead name, piping team member, stress team name and stress team members. not it is showing error in place where it was showing name of piping team member.  i guess this need to be changed to accomodate multiple names. if u can help. thanks in advance. 

    patels11_1-1654079083738.png

     

     

  • WarrenBelz Profile Picture
    156,456 Most Valuable Professional on at

    Hi @patels11 ,

    That is because it is a multi-select field and contains a Table. If you want the values separated by commas

    Concat(
     ThisItem.'Piping Team Member’,
     Email & ","
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

     

  • patels11 Profile Picture
    41 on at

    this sollution was working fine yesterday but from today its not working. i dont know why. everything is same no changes. can u please help ?

    patels11_0-1654157099060.pngpatels11_1-1654157121292.pngpatels11_2-1654157146147.png

     

  • WarrenBelz Profile Picture
    156,456 Most Valuable Professional on at

    Hi @patels11 ,

    You have no errors there - how many items are in your list ?

  • patels11 Profile Picture
    41 on at

    no there is no errro but when i select dropdown nothing shows. filter returns no value. i have 5 names as team member in particular project.

    patels11_0-1654159990785.pngpatels11_1-1654160011005.png

     

  • WarrenBelz Profile Picture
    156,456 Most Valuable Professional on at

    @patels11 ,

    Yes, but how many records are in 'Admin_Project_List' and is (as I assumed) 'Piping Team Member' a multi-select Person field ?

  • patels11 Profile Picture
    41 on at

    only 1 line record as only 1 project data is available. out of all column only 'piping team member' is a People type column with "Allowed multiple choice".

    patels11_0-1654166693551.pngpatels11_1-1654166724789.png

     

  • Verified answer
    WarrenBelz Profile Picture
    156,456 Most Valuable Professional on at

    @patels11 ,

    Actually I will need to change that as only the bottom filter will work - you are back to having your Delegation issue unfortunately - there is no Delegable solution to an Or() filter (the structure I posted only works on And() arguments)

    Filter(
     gAdmin_Project_List,
     'Piping Lead'.Email = User().Email ||
     'Stress Lead'.Email = User().Email ||
     'Stress Team Member'.Email = User().Email ||
     User().Email in 'Piping Team Member'.Email
    )

     

  • patels11 Profile Picture
    41 on at

    i have changed code little bit to make it work.

    Filter(
    Admin_Project_List,
    'Piping Lead'.Email = User().Email ||
    'Stress Lead'.Email = User().Email ||
    'Stress Team Member'.Email = User().Email ||
    User().Email in Concat('Piping Team Member',Email,",")
    )

     

     

    now i just need your 1 last small help. after gettting project name this label get the string of email ids of all team member with Comma. what i wanted to do is in text property i want yes or no as a plain text, means if loged in users name is in string then text will be yes otherwise no.

     

    patels11_0-1654168668982.png

     

    Thanks in advance.

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard