Skip to main content

Notifications

Community site session details

Community site session details

Session Id : FRx+ET2OcbJFfYqDu7FA5P
Power Apps - Building Power Apps
Answered

DataCard Multi Value Delimiter showing on different lines?

Like (0) ShareShare
ReportReport
Posted on 2 Sep 2021 14:12:46 by 30

Hello everyone,

 

I have this PowerApps Form saving data to a Sharepoint list, and a DetailFormScreen showing the values of submitted forms.

 

I'm trying to show the values from this SP Choices column on different rows rather than on the same row, as below:

 

Capture.PNG

On the attribute MultiValueDelimiter I have ", " and I tried changing that to UNICHAR(10) and even some sort of Concatenate code but didn't succeed on my quest.

 

Does anyone know how I can do this please?

 

Thanks!

  • salustianoac Profile Picture
    30 on 03 Sep 2021 at 08:50:32
    Re: DataCard Multi Value Delimiter showing on different lines?

    Hi@v-qiaqi-msft your solution is wonderful many thanks! It's now showing how I was hoping for!

     

    Capture2.PNG

    Just a quick question, is there a way to make it go to a second column if one is not enough? I'm sure it would be quite difficult but the first solution is already great.

     

    Cheers!

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on 03 Sep 2021 at 07:58:08
    Re: DataCard Multi Value Delimiter showing on different lines?

    Hi @salustianoac,

    Have you solved your problem?

    Do you want the Choice filed value display wrap text in the DisplayForm?

    I want to explain to you that the Display Form make all the controls perform just like a Label, but they are not real Labels so they do not have a similar Mode property or AutoHeight property.

    If you want to achieve this line break thing in the DisplayForm, I am afraid that there is no way to achieve this directly in PowerApps.

    As an alternative solution, please consider add another Label into the data card and set the Text property as below:

    Concat(ForAll(DataCardValue15.SelectedItems,Value&Char(10)),Value,"")

    In addition, you could set the Visible property of the original ComboBox control to false if there is something showing in the Label.

    If(IsBlank(Label35.Text),true,false)

    vqiaqimsft_0-1630655872953.png

     

  • salustianoac Profile Picture
    30 on 02 Sep 2021 at 14:34:07
    Re: DataCard Multi Value Delimiter showing on different lines?

    Sorry, I may have explained wrongly, I don't have Text field on my DataCard, I tried putting the formula on MultiValueDelimiter but just went crazy and repeated the same text a few times.

  • zmansuri Profile Picture
    6,048 Super User 2024 Season 1 on 02 Sep 2021 at 14:26:00
    Re: DataCard Multi Value Delimiter showing on different lines?

    a5.jpga6.jpg

  • salustianoac Profile Picture
    30 on 02 Sep 2021 at 14:21:54
    Re: DataCard Multi Value Delimiter showing on different lines?

    Sorry, I forgot to say that this was the first thing I tried, Shift+Enter doesn't change anything.

     

    Thanks for trying!

  • zmansuri Profile Picture
    6,048 Super User 2024 Season 1 on 02 Sep 2021 at 14:16:24
    Re: DataCard Multi Value Delimiter showing on different lines?

    in the delimiter try Shift+Enter

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
MS.Ragavendar Profile Picture

MS.Ragavendar 32

#2
Rajkumar_M Profile Picture

Rajkumar_M 16 Super User 2025 Season 1

#2
mmbr1606 Profile Picture

mmbr1606 16 Super User 2025 Season 1

Overall leaderboard