Save To Clipboard

This pre-build action located under @Genaric element, instructs Avo Assure to extract the data provided in the input value and save it to the clipboard and save the result in dynamic variable.

Syntax

Input Value: <Data to save on clipboard>

Argument
Description

<Date to save on clipboard> (Required)

Specify text, number, or any content that should be copied to the clipboard

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This variable stores the status as true or false

Example

Saves specified data to the system clipboard The Save To Clipboard action takes the value from the Input Value column (e.g., Invoice 3457) and copies the specified data to the system clipboard for later use. The result of the operation is stored in the {Clipboard} variable, with the following possible values:

  • True – if the data is successfully saved to the clipboard.

  • False – if saving fails or an error occurs.

Last updated

Was this helpful?