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 Apps
Suggested Answer

Combo/Drop Down

(0) ShareShare
ReportReport
Posted on by 2
Hi,
 
I am trying to create a drop down that has multiple columns within it. 
 
The idea is so that when they open the drop down it will have more than one piece of information on the line so they can pick the correct product to pick, The dropdown will be populated from a sharepoint list. 
 
Below is what ive tried already, but this doesnt seem to work. 
 
OnStart - 
ClearCollect(MyCollection, MySharePointList);
 
OnVisible - 
ClearCollect(DisplayCollection,AddColumns(MyCollection,TempColumn,ThisRecord.Code & " | " & ThisRecord.IdentificationNo & " | " & ThisRecord.Qty & " | " & ThisRecord.BinName))
 
Item - 
DisplayCollection
 
Value - 
TempColumn
 
This was done within a regular drop down. Using the combo box, by default it lets me use two columns but i need to use 4 columns
 
 
I have the same question (0)
  • Suggested answer
    CU05111123-0 Profile Picture
    2 on at
    Working:
     
    AppStart: 
    ClearCollect(MyCollection, StockSearchMonticello);
     
    ClearCollect(DsiplayMyCollection,AddColumns(MyCollection,UniqueColumn, Code & " | " & IdentificationNo & " | " & Qty & " | " & BinName & " | "));
     
    Items:
    DsiplayMyCollection
     
    Value
    UniqueColumn

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 273

#3
Kalathiya Profile Picture

Kalathiya 232 Super User 2026 Season 1

Last 30 days Overall leaderboard