Dataset to Clipboard Activity
The Dataset to Clipboard activity writes a specified dataset to the system clipboard. This enables seamless transfer of structured data for use in other applications or processes, allowing the data to be pasted into other applications or used in subsequent automation steps.
| Field | Description | Requirement |
|---|---|---|
| Dataset name | The reference name of the dataset that has already been created. | Required |
| Has header | Indicates whether the first row of the dataset should be treated as a header. If selected, the first row is considered a header; otherwise, it is treated as data. | Required |
Action Types & Examples
Dataset Name
- Format: String
- Example Result:
clipDS
Has Header
- Format: Boolean
- Example Result:
true
Implementation Examples
Field Setup
Dataset name:clipDS``Has header:true``
Execution Parameters
Technical Notes
The activity expects the specified dataset to exist and be accessible within the current automation context. Data is written to the system clipboard in a tab-separated or CSV-like format, depending on the dataset's structure and the 'Has header' configuration.