Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Answered

How can i get 2 Value with using Combi box

(0) ShareShare
ReportReport
Posted on by 10
Hi all,
 
i have 2 Sharepoint Lists. In the second list i have a lookup column into fist list to show me the name from entries of fist list.
 
In my Power App i have a combi box the choose the name from lookup column. 
 
How can i receive the value from another column of fist list by chose the combi box ?
 
Thanks Lars
  • Sametimer Profile Picture
    10 on at
    How can i get 2 Value with using Combi box
    Great. It works.
     
    Thanks for support.
  • Verified answer
    abc 123 Profile Picture
    784 Super User 2025 Season 1 on at
    How can i get 2 Value with using Combi box
    This is known as a Dependent or Cascading combobox.
     
    The first combobox, cboParent, is based on the parent list values.
     
    For the dependent combo box, set the Items property to something like:
     
    Filter('mySecondList', Linkfield = cboParent.Selected.Value)
     
    where LinkField is the Lookup column in the child list.
     
    ---
     
    Sometimes, you may need to populate a collection with the child values, then use the collection as the basis for the child combobox items. Trigger that from the Parent ComboBox.OnChange.
     
     

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