Clipboard - Paste
Declaration
<AMCLIPBOARD ACTIVITY="paste" />
Description
Pastes the contents of the clipboard into the currently focused position in a window or application.
Practical usage
Used to insert data which was placed in the clipboard by a Clipboard - Copy, Clipboard -Cut or Clipboard - Set activity .
Parameters
This action 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
Paste the contents of the clipboard.
Copy
<AMCLIPBOARD ACTIVITY="paste" />