Copy to Clipboard
Writes plain text to the operating system clipboard. Overwrites any existing clipboard contents.
Category: Desktop Application Automation · Group: Desktop · Activity name: SetClipboard

Example
SetClipboard("<text>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Text | string | Yes | The text to place on the clipboard. |