Get from Clipboard Activity
The Get from Clipboard activity retrieves specific text content currently stored in the system clipboard. It enables the process to access and utilize data that has been copied from other applications or sources.
| Field | Description | Requirement |
|---|---|---|
| Result Text Name | Specifies the name of the variable where the retrieved clipboard content will be stored. | Required |
Action Types & Examples
Retrieve String Content
- Format:
string - Example Result:
"This is the text copied to the clipboard."
Implementation Examples
Field Setup - Result Text Name: clipboardData
Execution Parameters - (No additional execution parameters are required for this activity.)
Technical Notes
The Get from Clipboard activity stores the retrieved content into the specified variable. This variable can then be referenced in subsequent steps using the
${variableName}syntax, for example,${getVar}.