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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 528

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 306

Last 30 days Overall leaderboard