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 / combobox showing value...
Power Apps
Answered

combobox showing values in one line

(0) ShareShare
ReportReport
Posted on by 641

Hi all,

I have a sharepoint list which have title and keyvalue(Multiple lines of text) field. i`ve entered records :

keyword.png

I want to show these "KeyValue" data in another list which is having combobox field.

The issue I am facing is in the combobox, the result is displyed on one line, whereas it has be be in seperate lines.

 

The filter formula which i was using is : Filter(Keyword,Title="Type").KeyValue

The preview which I got :

keyword1.png

Is there any field property which I have to check to show values in seperate lines?

 

 

Categories:
  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @panand99,

    Based on the formula that you provided, I think there is something wrong with it.

    I have made a test on my side, please take a try with the following workaround:8.JPG

    Set the Items property of the Combo Box control within the TypeValue Data card to following:

     

    Split(
    LookUp('20181130_case13', Title="Type", KeyValue), /*KeyValue is a Multiple lines of text type column in my list*/
    Char(10)
    )

    On your side, you should typoe:

     

    Split(
     LookUp(Keyword, Title="Type", KeyValue),
      Char(10)  /* <-- Char(10) represents the line break */
    )

    Best regards,

    Kris

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

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 394 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 324 Most Valuable Professional

Last 30 days Overall leaderboard