web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : 8TRkq1nbP3287LKZRperXq
Power Apps - Building Power Apps
Unanswered

Concat() stopped working when I changed from internal list to SharePoint

Like (0) ShareShare
ReportReport
Posted on 16 Apr 2023 23:22:56 by 5

Hey,

 

I recently had some help with getting a combobox to list its selected items as "X, Y and Z". I had this bit of code listed for me, but I've since changed from a manual list of items to a SharePoint list. After this change, it gives me an error line under the entire formula. I'm assuming Concat can't work for a single column list? Services is the name of my list in SharePoint, and all of my items are listed in the Title column. I've been staring at this for days and tweaking, does anyone know how to fix this up?

 

With(
{ListLength: CountRows(Services)},
If(
ListLength > 1,
Concat(
FirstN(
Services,
ListLength - 1
),
Value,
", "
) & " and " & Last(Services).Value,
First(Services).Value
)
I have the same question (0)
  • EddieE Profile Picture
    4,641 Moderator on 17 Apr 2023 at 00:14:47
    Re: Concat() stopped working when I changed from internal list to SharePoint

    @garrettswett 

    Try changing 'Value' to the column name in your SharePoint List. I think this will work?

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 936 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 375 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 330 Super User 2025 Season 2

Last 30 days Overall leaderboard