Append new line to a string obtained from output dt

Hi team,

I have a output dt which has only one column and the string of this outputDT is as follows
For example:
Value
2000 rs note possible
2000 rs note possible
2000 rs note possible
2000 rs note possible

Now when I use the activity output dt I’m taking this entire dt value into strdt
I want to paste strdt into a word doc where I want to replace the word “@finaldt” with this strdt.
Now the interesting part is I want it to paste in the word doc one by one with new entry being seperated by new line.

Now i tried all the possible options here using environment.newline, ctvbl etc. But nothing seems to work for me.
Can someone please help me with this issue ?

The word doc itself is a table ,mind you! 2×6 table and I want my strdt to be pasted in column 2 row 1.

I know it’s crazy :joy: