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

Concat SelectedItems in Multi Select Combo Box

(0) ShareShare
ReportReport
Posted on by 56

Hi All,

I have a Multi-Select Combo Box control which contains a list of records from a SharePoint list. The Combo Box displays the "Title" column:

-App 1

-App 2

-App 3

-App 4

 

I'm attempting to display a comma separated list of the selected items in a label control. With the formula below, the label is only displaying the last selection from the Combo Box.

Example: if I select "App 1", "App 3", and "App 4" from the Combo Box, the label displays:

"App 4,App 4,App 4"

 

I'm guessing I need to incorporate the ForAll function into the formula, but struggling with how to go about it. 😞

 

Concat(
cboPasaReqSubApp.SelectedItems,
{
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id: cboPasaReqSubApp.Selected.ID,
Value: cboPasaReqSubApp.Selected.Title
}.Value,
","
)

 

Categories:
I have the same question (0)
  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @bcanfield83 

    Concat(
     cboPasaReqSubApp.SelectedItems,Title, ", "
    )
    
  • bcanfield83 Profile Picture
    56 on at

    Good lord.. I know I have a tendency to overthink things, but this one definitely takes the cake. 😳😳

    TYVM @Drrickryp !!!!! 

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

#2
Haque Profile Picture

Haque 261

#3
Kalathiya Profile Picture

Kalathiya 221 Super User 2026 Season 1

Last 30 days Overall leaderboard