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 ?