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 / Format Commas to start...
Power Apps
Answered

Format Commas to start a new line (MultiValueDelimiter)

(0) ShareShare
ReportReport
Posted on by 15

Is there a way to make the MultiValueDelimiter create a new line instead of using a comma?

 

Default:  ", "

 

Is there a way to make that a carriage return?

Categories:
I have the same question (0)
  • CMee Profile Picture
    72 on at

    You could possibly make use of the Char function.

     

    Combobox.MultiValueDelimiter = Char(13)
  • JiX Profile Picture
    15 on at

    really appreciate the quick response....sadly, that didn't work.  it just leaves them next to each other with no delimiter.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hey,

     

    Did you ever find out how to do this?  I want my combobox to display its items one on each line.  The items in the box are created by a choices call to a sharepoint list.

     

    For example:

    (currently)

    Owners

    owner1, owner2, owner3

     

    (what I want)

    Owners

    owner1

    owner2

    owner3

     

    I thought it would be as easy as changing the MultiValueDelimiter to char(13) (or similar), but it's not working.

     

    Teams_Powerapps.JPG

     

    Any ideas?

     

  • VanessaC Profile Picture
    4 on at

    Hey,

    Has someone found a workaround for this?

    Thanks

  • Verified answer
    wardm95 Profile Picture
    17 on at

    I did not find a way to change the delimiter to a line seperator.

    However, I did find a workaround on how to achieve the wanted result.

     

    Insert a new HTML Text field and set the HtmlText to

    Concat(DataCardValueExample.SelectedItems; Value; "<br>")

    Where DataCardValueExample is the combobox.

    Finally, you need to make the combobox invisible.

    PowerApps.png

  • alfonsogalindo Profile Picture
    4 on at

    ALmost there but nos recognizing the code

     

    alfonsogalindo_0-1615272739553.png

     

     

  • alfonsogalindo Profile Picture
    4 on at

    It doesn't take the formula:

    alfonsogalindo_1-1615272898953.png

    alfonsogalindo_2-1615272933309.pngalfonsogalindo_3-1615272953013.png

     

     

  • wrajer Profile Picture
    8 on at

    try , as a separator in syntax 

    Concat(DataCardValue16.SelectedItems,Value, "<br>")

     

  • NeoIsTaken_CF Profile Picture
    3 on at

    used a comma instead of a semicolon

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard