Word document alignment issue

Hi,

I am updating a text in word document however entire word document’s alignment is getting distorted after updating this text. I have attached my flow and distorted alignment can be seen after running the flow. Can anyone please advise how can this be sorted. I am appending below text in word document

Genius Program Reference Change for DK00001774LI18A,QBM0096262LI18A,BM00032673LI18A,SBBM035905LI18A,SBBM035905LI18A,SBBM035905LI18A from ProgramReference1 to ProgramReference2

Updating each policy in a new line like below might resolve the issue however I am unable to achieve this as well.

Genius Program Reference Change for
DK00001774LI18A,
QBM0096262LI18A,
BM00032673LI18A,
SBBM035905LI18A,
SBBM035905LI18A,
SBBM035905LI18A
from ProgramReference1 to ProgramReference2

ProgramReferenceChange.zip (288.9 KB)

@Kapil - You can use Environment.NewLine concatenated with the strings as below to enter the strings one line after another.

Eg:
"Genius Program Reference Change for "+Environment.NewLine + policyList

HI Vijay, having same issue after adding environment.newline