SharePoint Library not showing all text

Brass Contributor

I have a document library and this goes through power automate for approval. I then place the approval summary into a multi line column. This column is not displaying all the results. They are there because if I go into the details and view the column details they are all there but it is not displayed in the library. I have checked "Allow unlimited length in libraries" for this column. How can I make them display in the library? Is the row not expanding? 

 

Thanks for any help.

4 Replies
A screenshot?

@RobElliott Hope this helps,

SG523_0-1653669057688.pngSG523_1-1653669091785.pngSG523_2-1653669204524.png

 

I don't know if this is the best solution or why I need it for a multi line column but I put this in the Json for that column and it put the rest of the info in there.

{ "$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"style":{
"white-space":"wrap"
},
"txtContent": "@currentField"
}

Hello @SG523 ,

a screenshot of your power automate flow would be informative, with the approval action in it. And you should try it with only a single line text column type and without a json format. Only a guess.

greets from Eva.