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 Gallery with Co...
Power Apps
Unanswered

Filter Gallery with Concat

(0) ShareShare
ReportReport
Posted on by 15

Hello, I have a SharePoint List in a Gallery,

I want to show only the Items that the User is assigned to. 

I used this filter, but it doesn't work. 

Filter(List_Name; Concat(ThisItem.AssignedTo; DisplayName) = User().FullName)

 

The code alone works, but not in a filter. 

Concat(ThisItem.AssignedTo; DisplayName)
User().FullName)

 

What am I doing wrong?

Thanks in advance.

Categories:
I have the same question (0)
  • theapurva Profile Picture
    970 Super User 2024 Season 1 on at

    Hello @Paulinfo ,

    You can try as below:

    Filter(List_Name; AssignedTo.Email = User().Email)
    
  • Ami K Profile Picture
    15,687 Super User 2024 Season 1 on at

    @Paulinfo - if all you're trying to do is filter the Gallery by the current user based on your people field, is there a specific reason you need to use Concat?

     

    You could alternatively use: 

     

    Filter(List_Name, AssignedTo.Email=varEmail)

     

    You can set varEmail onto the OnStart property of your app. E.g. 

     

    Set(varEmail, User().Email);

     

  • Ami K Profile Picture
    15,687 Super User 2024 Season 1 on at

    Sorry @theapurva - all yours

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 534

#2
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard