Sub Activity – Clipboard
This System category includes activities for handling clipboard operations. These activities help automate copy-paste actions within workflows.
The Clipboard activity has the following sub activities:
Get From Clipboard: This activity retrieves the copied text from the clipboard.
Output properties:
- Text: The string variable that retrieves the text content from the clipboard.
Set To Clipboard: This activity copies the input text to clipboard.
Input Properties:
- Text: The text you want to copy to the clipboard.