Hi,
I have one windows application in citrix in that there is one grid and grid have functionality to export data into clipboard.
I tried this think in UiPath using clipboard but I din’t get any value from clipboard in UiPath.
Please help me to sort out this problem or any other solutions.
Does it work for you manually (as in, after exporting to clipboard can you paste it to f.e. Notepad with ctrl+v)? Some Citrix/RDP connections have blocked clipboard sharing.
Are you using GetFromClipboard activity or trying to just paste?
Yes @andrzej.kniola its working manually perfect.
I have automate till export data into clipboard.
below steps I have atutomated
Step 1 : Click on Export to Clipboard button (now I have data in clipboard)
Step 2 : GetFromClipboard (output store in Datatable)
Step 3 : here checking data if datatbale
Paste using SendHotkey ctrl+v to the target field/app.
Get data using GetFromClipboard activity. Depending on what’s the exported content, you might be able to either work on it directly (maybe with some parsing) or you’ll need to first f.e. paste it to Excel (if it’s an exported Excel content).
Is the Output really in DataTable format? It might be that it tries to store it into that type, but can’t. If you try to store into String, does it work?
Thanks for reply … I got the issue this is due to large data that’s why I am not able to check in String variable. I check with small data now its working.
But I have large data in grid and I want paste data into excel and want to perform logic over.
Any idea how I can go ahead.
I had a similar problem, coping from Citrix, I was trying to paste into Excel.
I tried first to use the clipboard element, but when pasting into Excel it was pasting an XML code. It was pasting okay in notepad. In the end I used Ctrl+V inside Excel application element