How to copy data from an application which does not allow copy paste

Is it possible to automate a task where we need to copy and paste data from within an application or web page that does not allow copy paste manually?
E.g. Suppose there’s an application containing 2 pane. Ad user has to look in 1st pane and type in the same text in the second pane. And these 2 panes does not allow copy paste.
Is it possible to automate this task thru uipath?

Get Text, Get OCR text, Get Full text these activities will do it easily

Hi @PrankurJoshi,

You can use these to copy paste for clipboard Activities( Copy Selected Text,Get From Clipboard,Set To ClipBoard)

image

Regards
Balamurugan