Skip to main content
Utils

Write content to the clipboard

Write content to the clipboard

Copies a value to the operating system clipboard, replacing whatever was there before. Useful for preparing a text that will be pasted into another application or system at a later step of the automation flow.


Options

Content

Enter the value to copy to the clipboard. It can be a fixed text, the return of a previous action or a variable.

Returns

This action has no returns.

Rules and Conditions

  • The Content field is required.
  • The value replaces whatever the clipboard held before.
  • Only text is supported — images and other binary formats cannot be copied.