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 / Displaying two or more...
Power Apps
Answered

Displaying two or more values in a lookup based on a dropwdown value

(0) ShareShare
ReportReport
Posted on by 40

Hi All,

 

I have a question.

Let me first sketch the situation:

I have a collection named: Brand_Action, where users can pair an action to a brand. 

BrandAction
AppleDo this...
AppleDo that...

 

Now I have a dropdown with a few brands and I want to display all actions corresponding with that brand.

So if I select "Apple" as my brand I want to see a text displaying "Do this... & Do that..."

I got it to work only displaying the first value (So "Do this..."). I used this code:

LookUp(Brand_Action; Brand = Dropdown_Brand.Selected.Result;Action)

 

Can anyone help me?

Thanks in advance!

Categories:
I have the same question (0)
  • Verified answer
    CNT Profile Picture
    10,921 Super User 2024 Season 1 on at

    @Project2021 LookUp returns the First matching record. Use Filter to get all the matching records.

    Filter(Brand_Action; Brand = Dropdown_Brand.Selected.Result;Action)

     

    Please remember to give a 👍 and accept the solution as it will help others in the future.

  • Project2021 Profile Picture
    40 on at

    Thanks it worked! 

  • CNT Profile Picture
    10,921 Super User 2024 Season 1 on at

    @Project2021 Glad to help!

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 136 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard