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.
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.
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