Question Studio

Good afternoon, I want to know if I can copy an element and make the Robot write what is copied.

What element are you talking about? What application?

I want to know how to edit a copied and pasted text.

You can copy a text from an application using the Send Hotkey activity, then you can get that value from the clipboard with the Get From Clipboard activity, edit it and, finally, send it back to the clipboard with the Set To Clipboard activity.
Check the attached sample: CopyEditPaste.xaml (9.4 KB)