Skip to main content

Get From Clipboard

Description

This activity gets the specified text from the clipboard.

Properties

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even the current activity fails. This field only supports Boolean values (True, False). The default value is False.

    Note: If this activity presents inside Try Catch and the value of this property is True, it will ignore errors during the execution of automation.

  • Timeout (in MS) – It specifies the amount of time to wait for the activity to run before any error occurs. By default, time will be 30000 milliseconds( 30 seconds).

Output

  • Result – It displays the text fetched from the clipboard.

Example

Correlation Scope

Download Example