Skip to main content

Clipboard

The Clipboard component in Robbot RPA allows you to perform various operations such as copying and editing text using the system clipboard. This component provides functionality to interact with the clipboard and manipulate the stored text.

Parameters

Operation : Select the operation you want to perform on the clipboard. This parameter determines the specific action to be executed. Type : String

Set Text : Specify the text you want to set in the clipboard. This parameter is used when performing the "Set" operation to edit or replace the existing clipboard text.. Type : String

Result : Returns the output or result of the clipboard operation. This can include information about the success or failure of the operation, or the text retrieved from the clipboard. Type : String

Usage

To use the Clipboard component in your Robbot RPA project, follow these steps:

Drag and drop the Clipboard component into your sequence or workflow.

Select the desired operation from the Operation parameter. This can include options like "Copy," "Cut," "Paste," "Set," or others, depending on the functionality you need.

If the operation requires you to set text in the clipboard, enter the desired text in the Set Text parameter.

Configure any additional parameters or settings as required for the specific operation.

Use the Result parameter to capture the output or result of the clipboard operation, such as success messages, error messages, or the retrieved clipboard text.

Continue building your sequence or workflow by adding other components or actions that rely on the clipboard functionality.

Execute your sequence or workflow to perform the desired clipboard operation and retrieve the result.

By leveraging the Clipboard component in your Robbot RPA automation, you can easily interact with the system clipboard, copy or edit text, and utilize the clipboard data in other parts of your automation as needed.