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 / How to create a Combo ...
Power Apps
Answered

How to create a Combo Box that will set its value to the result of multiple dropdown values.

(0) ShareShare
ReportReport
Posted on by 31

Hi Community, 

I was wandering if anyone could help solve my enquiry. 

 

I would like for a combo box to equal the results of multiple dropdown selectors.

The result would be like what is seen in the image attached. 

Screenshot 2022-05-05 100456.png

 

 

 

 

 

 

 

 

 

 

What would be the best method to do this?

Thanks!

Categories:
  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @AAMIT 

    Set the DefaultSelectedItems of the combobox to  

     

    Filter(
     Customers,
     email in Concatenate(
     Dropdown1.Selected.email,
     ", ",
     Dropdown2.Selected.email,
     ", ",
     Dropdown3.Selected.email
     )
    )

     

     

     

  • AAMIT Profile Picture
    31 on at

    That worked like a charm. Also quick question if your free. Do you know how to show a person column in a dropbox/combo box, without nesting it inside a form control? 

    When I set my sharepoint list as a source, the person column doesn't appear as an option. Do I need to do a specific type of filter to show all the entries inside that column?

     

    EDIT

    After doing some testing I found that I can get the person column working using Choices

    My code now looks like this for the combo box which will hold the selected items from the other combo box's:

     

    Filter(
    Choices([@ITRequestForm].On_x0020_Behalf_x0020_Of),
    "Not sure what should go here" in Concatenate(
    ComboBox3.SelectedItems.DisplayName,
    ", ",
    ComboBox3_1.SelectedItems.DisplayName,
    ", ",
    ComboBox3_2.SelectedItems.DisplayName
    ))

     

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard