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 / Filter multiselect per...
Power Apps
Answered

Filter multiselect person or group column in gallery throws error

(0) ShareShare
ReportReport
Posted on by 603

I have gallery where the items property is set to Filter query on the datasource columns based on the search textbox. Other column types filter works fine without any issues except person or group (multiselect) column.

 

AdditionalRecipients is the multiselect person or group column where the code throws error. Any idea how to avoid this? Below is the code

 

If(
Len(SearchText.Text) = 0,
'DATASOURCE',
Filter(
'DATASOURCE',
SearchText.Text in Name.DisplayName || SearchText.Text in 'Serial Number' || SearchText.Text in Division || SearchText.Text in Type.Value || SearchText.Text in Status || SearchText.Text in AdditionalRecipients.DisplayName
)
)

Categories:
I have the same question (0)
  • Verified answer
    CNT Profile Picture
    10,921 Super User 2024 Season 1 on at

    @Iantaylor2050 

    Please try the following,

    SearchText.Text in Concat(AdditionalRecipients.DisplayName, ", ")

     

    Please remember to give a 👍 and accept my solution as it will help others in the future.

  • CNT Profile Picture
    10,921 Super User 2024 Season 1 on at

    @Iantaylor2050  Did you get it to work???

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 431

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 280 Super User 2026 Season 1

Last 30 days Overall leaderboard