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 / ListBox1.SelectedItems...
Power Apps
Answered

ListBox1.SelectedItemsText.Value

(0) ShareShare
ReportReport
Posted on by 648

Hello out there !

 

Iam trying to solve my problem . 

I am using a ListboxSample and i am trying to collect from the listbox 

and errors 

If i use ListBox1.Selected.Value it gives the answer from the last post in my textboxbild1.JPG

 

But i want to have all 3 valuesin my textbox how can i do that . 

When i try with ListBox1.SelectedItemsText.Value or ListBox1.SelectedItems.Value

bad one only the red dot . 

 

bild2.JPG

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

    @dalacarelia_196 

    You can use CONCAT to get all of the values.

     

    Concat(ListBox1.SelectedItems,Value&" ")

     

    To make sure the final blank space is removed you can do this more complicated formula

     

    Left(
     Concat(ListBox1.SelectedItems,Value&" "),
     Len(Concat(ListBox1.SelectedItems,Value&" "))-1
    )

     

    ---
    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."

  • dalacarelia_196 Profile Picture
    648 on at

    Thanks for your fast answer now i realize that it like a recordset and text can only show singel values .

    Good lesson for me:

  • dalacarelia_196 Profile Picture
    648 on at

    Thanks this is very good help 4 me 🙂 

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