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 / Pulling Data from Anot...
Power Apps
Unanswered

Pulling Data from Another List

(0) ShareShare
ReportReport
Posted on by 218

Hi, within the PowerApp I'm pulling other list data successfully based on a drop-down of "Company".  No issues.  Works great.

 

First(Filter('Company', Company_x0020_Name = Dropdown_Company_Selected.SelectedText.Company_x0020_Name)).Industry.Value

 

From the screen, the company card displays the company name fine.  I named the field "DataCardValue_Company_CompanyName".  From the "Company" list, I would like to pull down the details similar to the one on top.  The big difference, to me and its functionality, is it is not a drop-down, it's just the card value.

 

Any insight would be appreciated.

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

    Hi @ez1138 ,

    You can also use Lookup here

    Lookup(
     'Company', 
     Company_x0020_Name = DataCardValue_Company_CompanyName.Text,
     Industry.Value
    )
    
    OR
    
    Lookup(
     'Company', 
     Company_x0020_Name = DataCardValue_Company_CompanyName.Text,
    ).Industry.Value

     

    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.

  • ez1138 Profile Picture
    218 on at

    Hi, thanks for the reply.  I tried both with no success.  I will mess around with them a little and see if I can get one of them to work.

  • ez1138 Profile Picture
    218 on at

    Might there be an issue if the Company is a lookup from the list I'm referencing?  Basically asking for the workaround where you create the lookup as a single line of text, create a calculated field referencing that one, nuking the single line and creating the lookup?

  • WarrenBelz Profile Picture
    155,957 Most Valuable Professional on at

    OK @ez1138 ,

    I tried this syntax on a test list with a lookup column and got the desired result

    Lookup(
     'Company', 
     Company_x0020_Name.Value = DataCardValue_Company_CompanyName.Text,
     Industry.Value
    )

     

    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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 305 Most Valuable Professional

#2
11manish Profile Picture

11manish 212

#3
Valantis Profile Picture

Valantis 167

Last 30 days Overall leaderboard