Copy to Clipboard
Feature Description
Copy content to the system clipboard
Parameter Settings
| Configuration Item | Description |
|---|---|
| Content | Content to be copied to the clipboard |
Example
If we need to copy specified content to the system clipboard after clicking a button, we can add a button with the execution action set to Copy to Clipboard. In the team task module form record shown below, by clicking the "Get Task Identifier" button, the task ID and task name are combined into a specific task identifier and copied to the system clipboard.
To configure the above button, you need to add a button to the team task module form toolbar:
- Select
Copy to Clipboardfor the execution action of the configuration item - Enter the content to be copied to the clipboard in the
Contentconfiguration item, which supportsexpressions
The specific configuration for this case is shown below:

