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 / Grab Information from ...
Power Apps
Unanswered

Grab Information from another Table based on ComboBox Selection

(0) ShareShare
ReportReport
Posted on by 45

In the app that I am creating, I need certain text labels to auto populate with data based on the selection of a ComboBox.

 

In this instance, the ComboBox is locked to only accepted one selection. This is so that the user can only select one Case title from a specific Object item view. Once that Case is selected, I need the PowerApp to go and pull the information from the actual Case Table, so that I can then grab the Customer name and Site address to be applied to text labels in the PowerApp. How would I go about doing this?

Categories:
I have the same question (0)
  • madlad Profile Picture
    2,637 Moderator on at

    A safe bet to find a record from a datasource is to use the lookup function.

    As an example, to find the customer name, you might try something like:

    LookUp(*YourDataSource*, Title = *YourCombobo*.Selected.*Title*).*Customer Name*

     Then you just put that in the label's text field.

    Of course, you have to input your appropriate fields in that formula, but it will accomplish what you want.

     

    Hope this helps!

  • ajmastr Profile Picture
    45 on at

    I see, I formatted the LookUp function correctly for my instance and it looks something like this:

     

    LookUp(Cases, 'Case Title' = techopsview_cases.Selected, Client)

     

     

    However, the Client field on the Dataverse table that I am referencing is a Look Up field, and the PowerApps expression says that it expects a Text value, how should I get around this?

  • madlad Profile Picture
    2,637 Moderator on at

    I think you should be able to select another field from the looked up value. Perhaps something like:

    LookUp(Cases, 'Case Title' = techopsview_cases.Selected, Client.Title)

     

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 525 Most Valuable Professional

#2
Haque Profile Picture

Haque 308

#3
Kalathiya Profile Picture

Kalathiya 234 Super User 2026 Season 1

Last 30 days Overall leaderboard