Oct 05 2017 06:27 AM
Oct 05 2017 07:22 AM
Oct 05 2017 07:37 AM
Oct 05 2017 07:37 AM
Oct 05 2017 07:48 AM
Ah ok, I'm getting the same behaviour now. The single line of text is at least properly truncated and endding on ...
The multicolumn is just being chopped.
Oct 05 2017 09:29 AM
SolutionOct 10 2017 05:30 AM
May 04 2018 09:29 AM - edited May 04 2018 09:30 AM
Found a bug that seems to fix it. Change column to singel line of text, add formating
Jun 26 2018 11:24 PM
Sep 25 2018 08:53 PM
How do you change a mutliline field to a single line of text field??
Mar 29 2019 03:54 AM
@André NesheimI just tried applying the formatting to a Multiline text field. It works. So no need to change column types.
Mar 29 2019 09:27 AM
@Hank de Wit I just tried the same code and it did make all of the text visible, but it is also now showing <div> and <br> tags within the multiline text field. Any ideas why?
{"elmType": "div",
"txtContent": "@currentField",
"style": {
"padding": "4px"}
}
Jun 10 2019 08:03 PM
Try changing the type of text allowed in the column to plain text
Sep 18 2019 12:03 PM - edited Sep 18 2019 03:09 PM
I found another solution: https://techcommunity.microsoft.com/t5/SharePoint/SharePoint-Online-Modern-Experience-Multi-Line-Fie...
However, they both display the HTML tags. I cannot apply 'Plain text' to my column because I need to keep links in the column. Help 🙂 !
Sep 18 2019 02:07 PM
@kmktnnWhy not use a Hyperlink column?
Sep 18 2019 02:31 PM
@André NesheimTo be more precise. In the column there is some text with more than one hyperlink and sometimes without hyperlinks. Thanks for the suggestion.
Feb 26 2020 05:31 AM
@kmktnn & @André Nesheim do you guys now if there is a solution in place now to apply the content with hyperlinks?
Dec 03 2021 08:41 AM
@André Nesheim Thank you for the suggestion, your method worked well for me.
However, I did run in to issues when entries in the column exceed 255 characters. Since it is a multi line column, it allows user to enter more than 255 characters. However, when the word document is opening in the app, there is a yellow banner at the top that reads: REQUIRED PROPERTIES - to save to the server, correct the invalid or missing required properties.
There are no required properties in my library, and I found the invalid field was the one I had changed to single line of text and then back to multi line text. It seems Microsoft still thinks the character limit is 255, because when I reduced the filed to under 255, the error went away and I could save the document.
I found another solution on the page SharePoint Online Modern Experience Multi-Line Field Display - Microsoft Tech Community It uses JSON to add a scroll bar to the multi line of text field. I am going ot try that out.
Jun 08 2023 06:22 AM
Have you figured out how to get a multi-line of text with Rich Text formatting to work? I am seeing all of the HTML tags and need to display it without.
Oct 05 2017 09:29 AM
Solution