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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Filter Field in Gallery
Power Apps
Unanswered

Filter Field in Gallery

(0) ShareShare
ReportReport
Posted on by 5,325 Super User 2025 Season 2

I have a Gallery displaying data from Collection1 (SharePointList1).

I've added additional Labels and Text Inputs (including 'PositionType') to the Gallery in which I need to display related data from a different data source (SharePointList2).

I've written the following, which is returning data from the first item in SharePointList2.

          LookUp(Collection1,UserNameFld.Text = User().FullName).PositionType

Looks like I'm connected to the right source, I just need it to return the correct data.

Returned data should be where UserNameFld.Text = User().FullName.

Meaning, the field should auto-populate the 'PositionType' of the logged in User. 

Categories:
I have the same question (0)
  • Verified answer
    RobGas Profile Picture
    75 on at

    Hi Phineas, is it possible that you provide some screenshots of what you're trying to do?

    From what I understood in your description is that you're trying to return a value from "Sharepointlist2" in gallery which displays items from "Sharepointlist1" based on the username? 

    The formula would look like this  LookUp(SharePointList2, "insert column name from SharePointList2" = "Insert column name that shares the same values in SharePointList1", 'PositionType')

     

    So for example LookUp(SharePointList2, FullName = ThisItem.FullName, 'PositionType')

  • Phineas Profile Picture
    5,325 Super User 2025 Season 2 on at

    I tried both the below.

    LookUp(SPList2, UserNameFld.Text = User().FullName,Title) - my version

    LookUp(SPList2, FullName = ThisItem.FullName,Title) - your version

    Both returned data from the first line item of SPList2. The right list just wrong item. Also, both kicked back delegation warnings.

    BTW, the SPList2 'FullName' is a 'calculated' column in SharePoint - which may be causing its own problems.

  • RobGas Profile Picture
    75 on at

    You can always try to hardcode the ThisItem.FullName to something that exists in the list to see what it brings back, if it brings back the correct information it means that part of the formula is wrong, if not there's a different issue at hand.

    Can you provide some screenshots of the List column names and the gallery itself?

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard