Skip to content

Clipboard Actions

These actions work with the Windows clipboard on the AI Employee’s computer. They are a reliable way to move text between applications, and to capture on-screen values so later actions in the job can use them.

Reads the text currently on the clipboard and saves it so later actions can reference it as a token. The AI Employee tries up to three times before failing, and the action fails if the clipboard contains no text - so run a copy action (or Clipboard - Set Value) first.

Places the specified text on the clipboard, ready to be pasted by a later action. Key setting: Set Clipboard Text, which supports {{Field}} tokens - a common pattern is to set the clipboard to a process field value and then paste it with Clipboard - Paste.

Empties the clipboard. Use it before a copy step when you want to be certain a later Clipboard - Get Value cannot pick up stale text from an earlier operation, or at the end of a job to avoid leaving sensitive values on the clipboard.

Sends Ctrl+C to copy whatever is currently selected in the focused application, then reads the copied text and saves it for later actions. The copy is retried several times, and the action fails if nothing ends up on the clipboard - make sure something is selected first (for example, with a Typing - Press Key Ctrl+A, or a triple click).

Sends Ctrl+V to paste the current clipboard content into the focused field, and saves the pasted text so later actions can reference it. Pasting is often more dependable than typing for long text or text with special characters - pair it with Clipboard - Set Value.