Get from Clipboard
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input Value: N/A
Note: It will fetch only recent or latest data from the clipboard.
N/A
Not Applicable
Output Value:
<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.