Can i show a Word document property which is linked to SharePoint multiple line of text on multiple

Steel Contributor

We have a SharePoint document library which contain a field of type plain text multiple-line, as follow:-

 
 

image.png

 

 

 

 

and using Power Automate we are populating this field value inside a word document property as follow (the word document property is inside the word document Quick Parts):-

 

image.png

 

now if the user enters the following value inside the SharePoint item (3 lines of text):-

image.png

 

the result will be as one paragraph inside word document property without any new lines:-

image.png

 

Although inside Power Automate the value that will be passed from SharePoint will be as follow (with \n repressing new lines):-

image.png

 

any advice please, how i can show the text inside word document with new lines as in the source SharePoint list?

Thanks

1 Reply
I have no idea if this works with Power Automate by try something line

"fee1" & Chr(13) & "fee2" & Chr(13) & "fee3"