Clipboard
- Copy
Declaration
<AMCLIPBOARD ACTIVITY="copy" />
Overview
Copies the selected text to the clipboard.
Practical usage
Used to transfer text, data, files, or objects from a source to a destination. This activity creates a duplicate of the selected data from the current window on the clipboard so you can paste it to another window or application using the Paste activity, or by pressing Ctrl + V on your keyboard.
Parameters
This activity has no parameters.
Example
NOTE:
- Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
- To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.
Description
The following copies the selected text to the clipboard:
Copy
<AMCLIPBOARD ACTIVITY="copy" />