Enter the value in next line instead of overwriting

Hi All,

How to write the value in the next line instead of overwriting.

I am using for each to write the value so typeinto+enter will not work

Hi @Ajith3


Check this Or
you can use currentText + vblf
Thank you

Hi @Ajith3
If you are looping through and trying to use ‘Type Into’, then it is better if you use
‘CurrentText’ value and add an additional vblf/vbcr along with it.
I have tried to write it in notepad, and that works fine.
Hope this works.

Thank You
Happy Learning.

Hi @Binit_Sarkar ,

Can you please share screenshot of activities


Have a look at this, For the demo purpose, i had created a list of string with some names, and used a for each loop, to loop through the list and write them individually in the notepad.
Hope this solves your error.