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 / Sharepoint List Lookup
Power Apps
Answered

Sharepoint List Lookup

(0) ShareShare
ReportReport
Posted on by 132

Dear All,

 

Since i am new for creating powerapps i didn't manage to proceed lookup between SP list even if i tried to discover the sources on the net. My issue is as follows:

- Main list: I am using it for my app. There is Plant SAP Code columns. (Single Line of text)

- User List: There are columns SAP Plant Code, User Name, User E-mail 

What i want to proceed is; based on the user who is sing in the app (i have office365 connector) pull SAP Plant Code from User List and bring it to Main List on SAP Plant Code.

 

I tried to proeed the formula on the screenshot but didn't work. Can you please review and support me on this?

 

Thanks in advance.

 

User List.png2020-04-27 08_13_24-Unread Mail - Ogun.Ustun@yazaki-europe.com - Outlook.png

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    155,307 Most Valuable Professional on at

    Hi @Ogun_ustun ,

    Firstly, the correct syntax is (assuming your references are correct)

    LookUp(
     TONapp4_UserList,
     Requester=User().Email,
     'Plant Sap Code'
    )
    OR
    LookUp(
     TONapp4_UserList,
     Requester=User().Email
    ).'Plant Sap Code'

    Also User().Email is not a delegable filter, so you can at App OnStart set a variable

    Set(vUserMail,User().Email)

    and use vUserMail in the Lookups.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

     

     

  • Verified answer
    Ogun_ustun Profile Picture
    132 on at

    @WarrenBelz  i worked well ! thanks so much.

     

    Last question:

     

    Based on lookup result that you helped me i am trying to pull another data from another list. Screenshot below i wrote below formula but not worked. Do you think i am doing someting wrong on "DataCardValue2"?

     

    LookUp(TONapp_PlantList,'Plant SAP Code'=DataCardValue2).Division

     

    2020-04-27 08_57_55-Microsoft Edge.png

  • Verified answer
    WarrenBelz Profile Picture
    155,307 Most Valuable Professional on at

    Hi @Ogun_ustun ,

    Maybe this

    LookUp(
     TONapp_PlantList,
     'Plant SAP Code'=DataCardValue2.Text
    ).Division

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

Last 30 days Overall leaderboard