Notepad deleting lines

Hi there,

So i’m making a robot where i get some information then transpass to the notepad, but i’m facing some problems where, in some point when writing, the lines just start to delete and write in the same line, idk what’s happening, not a code error or bad building something like that. It’s like if the notepad is with some type of max line limit.

Since then, thanks!

@Gabriel_Gotardo

Are you using write to text file activity?

Cheers

Hi @Gabriel_Gotardo ,

Could you let us know what is the implementation done ? Also, How many lines does the robot write max ?

Notepad’s max line limit is 65,536 are you sending it more lines than that? Also, why type into notepad when you can write text to file?

Hi,

No i’m using Use Application then using Type into. I’m using a get activity where i store some string values then i pass to the notepad using the Type into.

In another robot and computer, doing the same thing i everything went well, but in this computer i’m now, im getting this error.

Hi there,

Because in the robot that i’m working, i work with a loop, 'cause of that i felt better working with the type into, was more useful to me.

Hi,

I answered below, I’m using a get activity where i store some string values then i pass to the notepad using the Type into.

@Gabriel_Gotardo

Instead you can directly use write text activity which does not involve any frontend activities as well and the text can be formatted as needed …or in other words whatever you type can be done directly on string and then can be written to text file that might solve your issue as well…And I dont think you are writing to the limit of text file

https://docs.uipath.com/lang-ru/activities/docs/write-text-file

Cheers

1 Like

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