Read Clipboard

In this section, we will guide you on how to use the Read Clipboard block.

Use Cases

This block is used to read content from the clipboard and assign it to a variable for easy access.

read-clipboard

Example

Click the copy button on a Google Translate, then use this block to read the content.

example

How It Works

This block reads the current clipboard content in real-time and assigns it to the specified variable, allowing you to access it via Template Syntax.

assign-var

In the example above, we read the clipboard content and assign it to the variable Chinese, then reference it below using the expression {{@vars.Chinese}} to input it into a web form.

FAQ

Why can’t I read the clipboard?

This may happen due to the following reasons:

  1. You have not granted the webpage clipboard access permission.
  2. You have not focused on the current tab.