Hi,
till now my experience was, append line is writing also to opened .txt file.
With my last project I realized this is not the case. What might be the reason?
Thx for any clue. KR, Vanja
Hi,
till now my experience was, append line is writing also to opened .txt file.
With my last project I realized this is not the case. What might be the reason?
Thx for any clue. KR, Vanja
Please elaborate your query? @VanjaV
Regards
HI @VanjaV
The data gets appended to the existing text file even if you kept the file open. Please close the file and reopen that again so that you can see the appended data in the text file.
Regards
Hi @VanjaV
It is appending the data.
Close the text file open again after the bot run.You will able to see the output which is appended
@vrdabberu @pravallikapaluri thank you for support.
After host restart it was working as supposed, now it does not work again.
Must be something with the host settings, I guess.
KR, Vanja