Read Clipboard
Reads the current plain text contents of the operating system clipboard.
Category: Desktop Application Automation · Group: Desktop · Activity name: GetClipboard

Example
outputVariable = GetClipboard()
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the clipboard text. |