How to copy text from excel and paste into web in uipath studio?

Hi,
Plz help me…how to copy text from excel and paste into web in UiPath studio?
In this case Type into activity not useful because in website typing is disabled…

@Ashok_Kumar9

You can get the data from excel either by reqding cell or whole datatable and then assign the value in variable to clipboard and then paste it using send hotkeys to target website

But one thign what do you mean typing is disabled…then manually how do you do it?

Also you can try set text activity

Cheers