Clipboard
This node retrieves or inserts text in the clipboard.
Actions
Get Clipboard Data
This function retrieves data from the clipboard and assigns it to tables, variables, and subsequently use the tables, variables in the workflow. This function is typically used in processes where the full value is not displayed, requiring the copy command on the page.
- Assign to Variable
Assign the value to a variable
- Variable Name
The name of the variable to assign the value to
- Insert into Table
Insert the value into a column in a table
- Select Column
The column where the value is inserted.
Example
You can use the function in cases like the following.
For example, here you need to click on this icon to copy the wallet address
After clicking it, the wallet address is saved to the clipboard. To retrieve that value, you configure the Clipboard
node as follows
The result returned will be as follows
- The value assigned to the
address
variable is the value, you just saved to the clipboard. Now you can use that variable in the process
Insert Text into Clipboard
When selecting this option, you can insert a value into the clipboard. You typically use this function when you want to fill in a common value for all profiles.
Text: The text to insert into the clipboard
Copy selected text on the page: Option to copy the selected text on the page into the clipboard.
Example
You can use the function in cases like the following.
For example, here, you want to assign a value to the clipboard to use across all profiles. Therefore, you configure the Clipboard
node as follows
Then you can insert that data into a variable for use by configuring it as follows
The result returned will be as follows
- The value assigned to the
text
variable is the value, you just saved to the clipboard. Now, you can use that variable in the process