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 / Dropdown in Gallery do...
Power Apps
Answered

Dropdown in Gallery don't show items

(0) ShareShare
ReportReport
Posted on by 69

Hey guys

 

I have a problem with my dropdown in a gallery.

With the gallery the user should be able to fill in his material. The data source for the dropdown items is a sharepoint list.  

 

Now when I try to open the dropdown in the app it only shows me the items for the first row of the gallery, but not for all the other rows. When I'm in the Edit Mode in Power Apps, it works fine and in every row the dropdown shows the items.

 

This is how it should look like:

first rowfirst row

 

And here is the one which not works...

other rowsother rows

 

It seems like a tiny mistake but I don't know what to do anymore.

Any help would be really great.

Categories:
  • Florian_Kleinz Profile Picture
    227 on at

    Hi,

     

    Is it really a gallery or are these independent dropdowns?

     

    If it's a gallery could you show us the formula you are applying to this dropdown.

     

    Best regards

  • brimstone Profile Picture
    69 on at

    Hey

     

    It is a gallery I use to avoid having too many control elements. 

    So I have an empty collection (only with IDs) to define how much rows the user gets to fill in his materials.

     

    ClearCollect(
     ColRowsExtraArbeiten_Material; 
     {ID: 1}; 
     {ID: 2}; 
     {ID: 3};
     {ID: 4}; 
     {ID: 5}; 
     {ID: 6};
     {ID: 7}
    )

     

     

    And in the dropdown I only refer to a column from a sharepoint list like "SPList.Column".

     
    I also get the same problem with a combobox element...
  • Verified answer
    Florian_Kleinz Profile Picture
    227 on at

    Hey,

     

    I think what you are trying to achieve is not possible that easily.

    Gallerys usually refer to 'ThisItem'. So basically you would need to define your columns in the ClearCollect.

     

    I think you can watch this video about PowerApps Patch Function, so you would tell the Gallery Item you want to change it, because I think from your current set-up Power Apps has the first gallery item in Edit Mode by default. After changing you need to Patch the new information to the collection. This is explained in the video quite fine.

     

    Hope this helps.

     

    Best regards Florian

  • brimstone Profile Picture
    69 on at

    @Florian_Kleinz thanks a lot for your input!

     

    I solved the problem as I collect the SharePoint list in the ClearCollect in a column. So in the gallery I put ThisItem.ColumnName in the Items property. That works fine.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 396 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 323

#3
WarrenBelz Profile Picture

WarrenBelz 193 Most Valuable Professional

Last 30 days Overall leaderboard