Jan 23 2023 10:51 AM
I'm very confused on something right now...I can set the Column to be Rich Text Formatting and it allows me to make things bold, colors, etc.
However, once it is shown in the list it is NOT formatted the same way...how can I fix this?
Example below:
Jan 23 2023 11:18 AM
SolutionHi @smithmrk,
did you apply a JSON formatting stylesheet on that column?
I get the same effect, if i create a new "Multiple lines of text" column, switch it to "Use enhanced rich text" and then i.e. apply this template
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "=@currentField"
}
If so, then try to remove that formatting sheet.
Best Regards,
Sven
Jan 24 2023 11:59 AM
I removed the formatting as you suggested and that worked...however is there a way to show all the text in the field? If you look at my screen shot...I have the field next to it showing all the text, but it is cutting off my Description field.
Jan 24 2023 10:56 PM
Hi @smithmrk,
mhm...
you could try to go into "Gear"->"List Settings"->"<Your Column>" and increase the number of lines for editing.
Has the other approval column any formatting? Are your "Description" column and the "Approval" column defined identically? Or is that not a multiline textfield?
Best Regards,
Sven
Jan 25 2023 05:21 AM