Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

vlookup problem

(0) ShareShare
ReportReport
Posted on by

Hello to all,

 

I have 2 galleries:

 

The first shows the products (SP Product data source) contains descriptions

The second show the Order (data source request) contains quantity and product code

But I want to show other details such as description and pictures but they are part of another data source (IMG_little)

I thought about using Vlookup but it doesn't work well

But my formula doesn't work:

LookUp ('listPrd', ThisItem.CodeProd = Title, 'Long Description')

  • Community Power Platform Member Profile Picture
    on at
    Re: vlookup problem

    ciao sfortunatamente sono nuovo la sintassi è davvero difficile. Ho provato a replicare la tua formula ma non funziona

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at
    Re: vlookup problem

    Hi @Anonymous 

    All SharePoint lists have a unique ID column and you can use that for Lookups.

     

    Lookup(list1,ID=ThisItem.list1ID,description)

     

    The foreign key in the second list (in the example, list1ID) points to the primary key in the first list.  

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1