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 / Display SharePoint lib...
Power Apps
Unanswered

Display SharePoint library data into Gallery if logged in user belongs in Unit Approval(type is person/group with multiple selection) column in library

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi All,

I wants to display data in gallery, for that i have created collection and applying the filter with few conditions.

I have a column Unit Approval in library with multiple emails and I want to apply filter, if logged in user's email belongs in Unit Approval column  then only data will be display in gallery other wise no record found.

Please help on this.

Thanks in advance.

ClearCollect(
NewRecord,
Sort(
Filter(
'Libraryname',
Status.Value = "In-Process",
//  How to implement logic here

),
Created,
SortOrder.Descending
)
);

 

Categories:
I have the same question (0)
  • rpersad Profile Picture
    831 on at

    I have not personally worked with a multi-select column but you can use the 'in' function.

    So you would just need to change your filter condition to

    "In-Process" in Status.Value

     However normally for a multi choice column to check each value people would use this syntax

    "Option" in 'Choice column'.SelectedItems.Value

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 355 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard