Clipboard
The Clipboard components in the RPA Desktop Design Studio enables the clipboard, copy, and extraction operations on files.
- Use the Clear component
Clear the contents of the clipboard as part of an automation Workflow using the Clear component in RPA Desktop Design Studio. - Use the GetAsTable component
Get the content of the clipboard as a data table as part of an automation Workflow by using the GetAsTable component in the RPA Desktop Design Studio. - Use the GetFileDropList component
Get a list of file names as a string array from the Windows clipboard by using the GetFileDropList component in RPA Desktop Design Studio. - Use the GetImage component
Get an image from the clipboard by using the GetImage component in RPA Desktop Design Studio. - Use the GetText component
Get text from the clipboard and return as a string by using the GetText component in RPA Desktop Design Studio. - Use the SetFileDropList component
Clear the clipboard and then add a collection of file names by using the SetFileDropList component in RPA Desktop Design Studio. - Use the SetImage component
Copy an image to the clipboard by using the SetImage component in RPA Desktop Design Studio. - Use the SetText component
Copy a text string to the Windows clipboard as part of an automation Workflow by using the SetText component in RPA Desktop Design Studio. - Properties of the Clipboard components
Learn about the properties of the Clipboard components in RPA Desktop Design Studio Clipboard utility.
Parent Topic:Utilities