Hello Obli,
To Retrieves data from the clipboard you can use the following:
UiPath.Core.Activities.GetFromClipboard
OR
Use the Get From Clipboard activity:
Note:Use a simple string variable as the data retrieved by the Get Clipboard text will only have String values.
You can then apply string manipulation functions such as ‘Split’ to get an array of strings out of the text retrieved.
Hope this is helpful!!
Thank You!!