How to populate text Vertically

Hello house, I have a process that populates a notepad file with different text fields in it, and all the fields are populated horizontally in a straight line, I want to be able to populate the text vertically to have a break after a text field
My aim is to populate a notepad txt that will have each field one after the other vertically. any idea on how I can do this? both Images that I uploaded explains what I intend to achieve

TextFormat.xaml (6.3 KB)
cheers!
@Joe.Osifo

When ever you add your String variable just add System.Environment.NewLine
for ex. if you adding name just **Name_variable+System.Environment.NewLine