Definition and Usage
This command clears all contents from the system clipboard. It removes any text, images, or other data that has been copied to the clipboard, effectively emptying it completely.
Parameter Values
Input parameters
This action does not require any input parameters.
Error handling
Parameter Name | Description |
Throw error & stop | When an error occurs, the action will trigger an error and stop the execution of the entire app. |
Retry command | If an error occurs, the action will retry the command in an attempt to resolve the issue and continue the process. |
Ignore error & continue | When an error occurs, the action will be ignored, and the workflow will continue without interruption. |
Variables produced
This action doesn't produce any variables.
Notes
This command is useful when you need to ensure the clipboard is empty before performing subsequent copy operations
It can be helpful in workflows where clipboard contents from previous operations might interfere with new operations
The command affects the system clipboard, so be aware that any data currently in the clipboard will be permanently removed