Hello, Team!
How can I delete empty rows from the end of a txt file?
I want the cursor to be positioned immediately after the last character of the written line.
Thank you,

Hello, Team!
How can I delete empty rows from the end of a txt file?
I want the cursor to be positioned immediately after the last character of the written line.
Thank you,

@LZlz Can Do!
First Do a Read Text activity
then an Assign activity (Use .TrimEnd)
Finally do a Write Text activity

Before

After

Thanks!
I solved the problem with your solution ![]()