I downloaded a File from this Forum, to copy a column in Excel into clipboard. It works when I use the exact File what I downloaded (and changed the excel path). I copied it to my own flowchart and their i get the following error message:
On the left you see the download-version and on the right me new version, for me seems the same
I’ve found that sometimes Studio throws errors when actually there is no problem at all. Have you tried deleting the text that is causing the faulty error and retyping it? Generally this has worked for me.
1.Open the xaml in Notepad
2. Add this " <x:String>System.Data</x:String> " Under the Namespace section
3. Add this
‘<‘AssemblyReference> System.Data’<’/AssemblyReference>
Under the Assembly reference collection (remove single quote)
4. save it and open with uipath studio just it cheers
What I don’t understand, I have the Import “System.Data” in UiPath, but I have to copy the assembly manually in editor. Do you know how I can to this fix once?