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 / Add more than one colu...
Power Apps
Answered

Add more than one column into list box

(0) ShareShare
ReportReport
Posted on by 166
Hello All,
 
I would like to add more than one column value into a list box.
 
List box has to be populated based on a selection from a combo box and here is the code I have written.
 
This works fine and shows me appropriate car make
 
Listbox property setup
 
 
But I would like to show more than 1 value
 
something like this, where we can show 4 column values
 
Categories:
I have the same question (0)
  • ronaldwalcott Profile Picture
    3,862 Moderator on at
    You can select more than one value in a list box.
  • PraveenC Profile Picture
    166 on at
     
    I dont seem to have an option to select more than one field
     
     
     
    Also I need to add "_" between each value
  • ronaldwalcott Profile Picture
    3,862 Moderator on at
    Sorry, I seem to have misunderstood what you are asking. 
    Do you mean having more than one data field in a list box of more than one data value referring to a single data field?
  • PraveenC Profile Picture
    166 on at
     
    Also how do i tag it to you like
     
    Hello ronaldwalcott 
  • ronaldwalcott Profile Picture
    3,862 Moderator on at
    Sorry, I don't understand
     
    This is the property screen of a listbox which allows multiple selections
     
    and the items in a list box
    for what you seem to require you will probably need to create your own component
  • PraveenC Profile Picture
    166 on at
     
    Once user selects a country field from a combo box, I would have to show what cars are available from that list based on their status
     
    In the list box I have to show the Car Make_Model_Year_FuelType etc which are there in a share point list
     
     
    Form this list user will select one car and proceed further.
  • Verified answer
    PraveenC Profile Picture
    166 on at
    I have used following code to resolve the issue
     
    Listbox.Items=
     
    ForAll(
        'Company Car Requests',
        If(
            ThisRecord.'Car Status' = "Replaced" && ThisRecord.Country.Value = cmbcountry.Selected.Value,
            {'Car Status': 'Car Status' & " - " & 'Display Name' & " - " & 'Car Make' & " - " & 'Car Model' & " - " & 'Car Type' & " - " & 'Fuel Type'}
        )
    )
     
    Got the idea from this link
     
     
    So thanks to @dinusc 

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 547

#2
WarrenBelz Profile Picture

WarrenBelz 444 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 322

Last 30 days Overall leaderboard