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 / Text value from a drop...
Power Apps
Answered

Text value from a dropdown in gallery

(0) ShareShare
ReportReport
Posted on by 110
Hello, I have a dropdown control for each item in a gallery. How can I withdraw the text value from that? Tried numerou variants like ThisItem.Dropdown1.Selected.Value. Thank you
Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    154,494 Most Valuable Professional on at
    You are close - ThisItem refers to the underlying data in the gallery, not a control output. Assuming that Value is the DisplayFields of the drop-down, then referencing it as 
    Dropdown1.Selected.Value
    from within the same record will return a Text value providing it is a single selection control.
     
    You might want elaborate on how you are using this output for a more specific answer.
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like
    Visit my blog
    Practical Power Apps    LinkedIn  
  • Suggested answer
    Kalathiya Profile Picture
    1,502 Super User 2026 Season 1 on at
    Hello @JM-14081323-0
     
    If the Dropdown is inside the gallery, you can usually get the selected value with:
    [@Dropdown1].Selected.Value
    or
    Dropdown1.Selected.Value
     
     
    If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well.
    ---------------------------------------------------------------------------------
     
    📩 Need more help? Mention @Kalathiya anytime!
    ✔️ Don’t forget to Accept as Solution if this guidance worked for you.
    💛 Your Like motivates me to keep helping!
  • JM-14081323-0 Profile Picture
    110 on at
    Sadly nothing gets me the text from a dropdown. That what you are saying of course works when there is one dropdown anywhere, but to me it seems there is a problem that dropdown is part of a gallery and applies for each item. I want to make a table from gallery and send it via email.
     
    Gallery fills with collection and shows Title and Subtitle for each record and thats fine. Then there is that dropdown for each record, user needs to choose option from each one and submit. But the dropdown doesnt pass the value. I tried to add a text label into a gallery as well to extract the text value first but still nothing. 
     
            Concat(
                galOKdelnik;
                $"<tr>
                    <td>{Title3.Text}</td>
                    <td>{Subtitle3.Text}</td>
                    <td>{drpPlan.Value}</td>
  • Suggested answer
    WarrenBelz Profile Picture
    154,494 Most Valuable Professional on at
    This should work
    "<table>" & 
    Concat(
       galOKdelnik.AllItems;
       "<tr>
          <td>" & Title3.Text & "</td>
          <td>" & Subtitle3.Text & "</td>
          <td>" & drpPlan.Selected.Value & "</td>
       </tr>"
    ) & "</table>"
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like
    Visit my blog
    Practical Power Apps    LinkedIn  
  • JM-14081323-0 Profile Picture
    110 on at
    Hi Warren, had to do it the other way (make a collection from a gallery because I need to Add some more columns).
     
    See my gallery on the picture and collection from it, everything seems very easy but dropdown still not passing values. Many thanks
     
    The code is straightforward 
    ClearCollect(colPlan; galPlanDelnik.AllItems)
    collection.png
    gallery.png
  • JM-14081323-0 Profile Picture
    110 on at
    I managed to get it to the text label
     
    Text(drpPlan.Selected.SoupisOR
    //Text([@drpPlan].Selected.Soupis)
     
    (Soupis is the only column in table where there are options for dropdown)
     
    Anyway the text label behaves the same in gallery:
     
    gallery.png
    collection.png

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 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard