Notifications
Announcements
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).PositionTypeLooks 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.
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')
I tried both the below.LookUp(SPList2, UserNameFld.Text = User().FullName,Title) - my versionLookUp(SPList2, FullName = ThisItem.FullName,Title) - your versionBoth 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.
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 717 Most Valuable Professional
Michael E. Gernaey 329 Super User 2025 Season 2
Power Platform 1919 268