Increase Typing speed

I am reading an excel cell and trying to type the contents to a word document. The type into activity is very slow for lots of text. Is there a way to instantly type all of the text or increase the typing speed of the activity

You can use set to clipboard and then by using hotkey i.e. ctrl+v
you can paste

@ImPratham45 I can’t copy the cells because I am using the read cell function…is there a quicker way to type a variable without having it in your clipboard?

You dont need to copy the cell in set to clipboard activity put the read cell output

Hope these steps would help you resolve this
There are actually two ways of doing
—either we can enable SIMULATE TYPE property in type into activity which is the most fastest way of entering data to a field or any editable place
Or
—we can use SET TO CLIPBOARD activity where the string input can be passed from the READ CELL activity
That is pass the string output VARIABLE from READ CELL activity and mention that as input in SET TO CLIPBOARD activity

Kindly try this and let know for any queries or clarification
Cheers @UiUser

1 Like