Do not delete what is already written in the field when using the type into activity

Hello community!
I need that when using the type into activity, what is already written in the field is not deleted. I know that in the activity there is a way to deactivate this function. But even so, the activity continues to go out.
Below is a print of how the activity is configured. can you help me? Thanks!
image

@amanda.gondim

Take the type into activity again and indicate it.
By giving empty string
So that it will type the empty first and then immediate nxct type into will type the new input

Hope it helps!!

@amanda.gondim,

Try this approach:

  1. Use Get Text Activity to get current text in the textbox.
  2. Use Type into and pass retrieved text in step 1 and concat with what you are about to type.

This way your existing data will be preserved and new will be appended.

Thanks,
Ashok :slight_smile:

@amanda.gondim

“Esvazie antes de digitar” only applies to hardware events or chromium API. It looks like you have “Modo de entrada” set to something else.