Skip to main content

Notifications

Power Apps - Power Apps Pro Dev & ISV
Suggested answer

Combo/Drop Down

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
 
 
  • Suggested answer
    CU05111123-0 Profile Picture
    CU05111123-0 2 on at
    Combo/Drop Down
    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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,487

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 64,014

Leaderboard