Solved Write Stage

Status
Not open for further replies.

agilsaav

New Member
Hi guys!

I was wondering an issue about the Write Stage:
By default it removes whatever is written in the file where I wanna write. But what if I want to mantain the text that was already there? There is any parameter or option that I should check?

Thanks for your help!
 

adebroise

RPA Ninja
Staff member
@agilsaav, the best approach would be to use a read stage to get the current value and store it in a collection, then use a write stage to write the old value back in with the new value appended to the end.

eg. [Old Value] & " New Text"

The other option would be to activate the window, get focus on the control and use sendkeys. The first option is usually more stable.

Hope this helps.
 
Status
Not open for further replies.
Top