Skip to main content
Utils

Get the clipboard content

Get the clipboard content

Reads the current content of the operating system clipboard and makes it available as a return. Useful for capturing values copied manually by the user or by other system actions while the robot runs.


Options

This action has no input parameters.

Returns

Javascript code

js
actions["action-id"].content // current content of the clipboard (Text)

Field selection

  • content — text held in the clipboard at the moment of the run (Text)

Rules and Conditions

  • If the clipboard is empty, the return is an empty string.
  • Only text content is supported — images and other binary formats are not read.