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 display multipl...
Power Apps
Answered

How to display multiple values from sharepoint into combobox

(0) ShareShare
ReportReport
Posted on by 195

Hello Everyone

Good day!

 

I have a lookup column in sharepoint 

YamiteKudasai_0-1662976519920.png

named TypeChoice of choice. so the data displays like this :

YamiteKudasai_1-1662976608498.png


So the question is. How would I display this in combo box as defaultselecteditems.  I tried the other method but it made the defaultitems blank

 

Thanks in advance.

 

Categories:
  • victorcp Profile Picture
    2,350 Moderator on at

    Hi,

    I created a combo and used the 'Choices' function to get all the lookup values:

    victorcp_2-1662981050844.png

     

    And set the defaultselecteditems as the sharepoint item .LookUpColumn

    victorcp_0-1662980984493.png

     

    If it is not what you want please share more info about it.

    I hope it helps 🙂

  • YamiteKudasai Profile Picture
    195 on at

    I think this is not what I'm looking for. 
    Example: 
    I have 2 list. 

     

    First List name is platform. platform holds the choices like: HDL Senso, PWD, SUD.

     

    I have 2nd list named Items List.  that has column platform

     

    So the platform column of Items list is a Lookup to platform list. 

     

    What I want to get is example. I set a variable name Set(gvCurrentRequest, LookUp('Items List', ID=1)). 

    If gvCurrentRequest is not Blank() I want to display in default selected items the data from items list. 

    Example: 

    YamiteKudasai_0-1662983016332.png

     

    YamiteKudasai_1-1662983057814.png

     

    YamiteKudasai_2-1662983075459.png

     

  • Verified answer
    victorcp Profile Picture
    2,350 Moderator on at

    Got it.

    Set the combobox items to

     

    Choices('Items List'.<columnplatform>) // columnplatform is the lookup column

     

     and set the defaultselecteditems to 

     

    If(
     !IsBlank(gvCurrentRequest),
     gvCurrentRequest.<columnplatform> // columnplatform is the lookup column
    )

     

     

     replace <columnplatform> with the name of your lookupcolumn

  • YamiteKudasai Profile Picture
    195 on at

    YamiteKudasai_0-1662987107980.png

     

     

    got error

  • victorcp Profile Picture
    2,350 Moderator on at

    can you share the names of the lists and the column?

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard