Hi, I'm trying to automate adding a line after each line in a list. Right now all it's doing is adding a line to the bottom of the list.
I have
6.Read Text from File >Read content and store into %filecontents2%
7.Append Line To Text >Append to text %filecontents2% the line: TEXT I WANT TO ADD AFTER EACH LINE.
8.Write Text To File > Write %filecontents2% to final.txt


You should read the contents as list and then use the "For Each" loop to write text to the file.
I attached the job, have a look.
Lokesh