Get from Clipboard

This is pre-build action located under @Generic element, instructs the Avo Assure to fetch the recent data that is available on the clipboard and save the result in dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

<Dynamic Variable> (Required)

This variable stores the value retrieved from the clipboard.

<Dynamic Variable> (Optional)

This variable stores the status as true or false

Example

Retrieves the most recent data stored in the system clipboard The Get From Clipboard action does not require any input value. It retrieves the latest data copied to the system clipboard and stores it in the {Clipboard Data} variable. The execution status is saved in the {Status} variable, with the following possible values:

  • True – if the data is successfully retrieved from the clipboard.

  • False – if retrieval fails or an error occurs.

Last updated

Was this helpful?