Clipboard
- Paste
Declaration
<AMCLIPBOARD ACTIVITY="paste" />
Description
Pastes the contents of the clipboard into the current position in a window or application.
Practical usage
Used to insert data 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
The following pastes the contents of the clipboard to a specified location:
Copy
<AMCLIPBOARD ACTIVITY="paste" />