Description
Sets a new value as text to the Clipboard.
Attributes
Input
- Text - Text to be copied to the Clipboard.
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
- DisplayName - Renames the activity.
Example
- Add a Set To Clipboard activity inside the Sequence.
- In the Set To Clipboard Text field, write "RPA".
- Create a String variable and name it text. Select Set To Clipboard as its Scope.
- After the Set To Clipboard activity, add a Get From Clipboard activity.
- In the Get From Clipboard Result field under Attributes, add the text variable.
- After the Get From Clipboard activity, add a Write Line activity.
- In the Write Line Text field, add the text variable. This displays the text set to the Clipboard.
The use case should look as following screenshot:
The output should look like this in the Output panel: