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 / Get all values in a mu...
Power Apps
Answered

Get all values in a multiselect control

(0) ShareShare
ReportReport
Posted on by 61

Hi all - I have a few multiselect dropdowns on my powerapps form.  How to I return the value of ALL the values selected?  If I use "DataCardValue1.Selected.Value", this will return the LAST value I selected (ie - if the dropdown contains "Red", "Green" and "Blue", DataCardValue1.Selected.Value will just be the last of the values I selected.  I want to capture ALL of the items)

 

I tried DataCardValue1.SelectedItems.Value, but that does not seem to work.  Anyone know how to reference all of the selected values in a multiselect control?  Thanks!

Categories:
I have the same question (0)
  • Verified answer
    mdevaney Profile Picture
    29,991 Moderator on at

    @VisibleFilm 

    If you'd like to show the selected items from a dropdown in a Text label you can do so like this

    Concat(DataCardValue1.SelectedItems,Value&", ")

     

    To remove the trailing comma and space at the end do this

     

    Left(
     Concat(DataCardValue1.SelectedItems,Value&", "),
     Len(Concat(DataCardValue1.SelectedItems,Value&", ")-2
    )

     

     

    Note: the reason your original code did not appear to do anything was because it would return a single column Collection of values which cannot be displayed in a Text label.

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

     

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
WarrenBelz Profile Picture

WarrenBelz 379 Most Valuable Professional

#2
11manish Profile Picture

11manish 203 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard