How to get new line item output in notepad

Hi All… I used to get the 10 values in writeline activity in UiPath. Now, the same output I need to store in the notepad. But I am getting only the last value output.

How to get all the outputs using environment.newline or VB new.line in notepad?

Hi @Santhosh_Perumal

If possible , please try to elaborate more on the issue you are facing , so that we can understand better .

Please refer this below thread , hope it helps you

I need to store the WID output in the notepad

And so far I have done this

The image displays a loop workflow in an automation tool, where a counter is incremented, text is extracted based on a condition and written to a file. (Captioned by AI)

Hi @Santhosh_Perumal

Use Append Line activity

Regards,

Thank You Very Much… :slight_smile:

If I want to go to next page and do the store the next set of data means? What should I do?

@Santhosh_Perumal

After Append Line activity use if condition Counter=10 in then block Assign Counter=0 and click on next page

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.