Set App Clipboard
Overview
Copy data from the server to the app clipboard for use in subsequent steps
Parameter Configuration
| Parameter | Description |
|---|---|
| Type | Identifier for the type of content set to the clipboard. Context variables can be obtained using expressions to specify dynamic content |
| Content | Content set to the clipboard. Context variables can be obtained using expressions to specify dynamic content |
Notes
- Sets content from automation to app memory, lost after page refresh. Cannot access this data using paste
- Copied content can be retrieved through the automation step Get App Clipboard to get current app clipboard content
Usage Scenarios
- Share data between automations. For example, after setting context data to app memory, use automation to open website pages within the platform and read clipboard content from within the page

