web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Apps
Unanswered

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard