Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Display data from a second Sharepoint list on a PowerApps page based on a person's first and last name

(0) ShareShare
ReportReport
Posted on by 691

Hello, I am creating an application with "Power App" and I would like to display 2 lists from SharePoint on my page. The "Note de frais" list and the "Cagnottes" list.

s44_0-1640078859434.pngs44_1-1640078900887.png


But when I invoke my "Cagnottes" list on my page on Power Apps, the list does not contain any data.

s44_2-1640078965936.png

 

 

I would like to be able to display the data of the "Cagnottes" list according to the Name/First Name (Nom-Prénom) of a person.

 

For example if here I display Sarah's expense report (Note de frais), I would like it to also display money pot (Cagnotte) of Sarah.

 

Do you understand what I'm trying to explain ><?

Thank you in advance for your help !

  • AJ_Z Profile Picture
    3,711 Super User 2024 Season 1 on at
    Re: Display data from a second Sharepoint list on a PowerApps page based on a person's first and last name

    Is this the same as my other suggestion on a similar post from you :

    LookUp(Cagnottes;'Nom Prenom'.Email = User().Email)

    is what you actually wanted? or is this a different question. If this is what you wanted click accept it as the solution.

  • BCLS776 Profile Picture
    8,988 Super User 2025 Season 1 on at
    Re: Display data from a second Sharepoint list on a PowerApps page based on a person's first and last name

    It sounds like you want to have a gallery display your main list "Cagnottes", and then be able to browse to a specific record by selecting the item in the gallery. If so, here are the basic steps:

    1. Insert a gallery control (assume it is named Gallery1) and set its Items property to Cagnottes
    2. In the OnSelect property of the gallery frame, put Select(Parent); If you need a second screen for Step 3, you will also need to add an appropriate Navigate() function here.
    3. Add a form control to your app and set its Item property to LookUp('Note de frais', 'Nom Prenom' = Gallery1.Selected.'Nom Prenom')

    Does that do what you are after?

    Bryan

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard