27-10-23 01:50 PM
Hello,
Since C# code stage of blue prism cannot detect the List exactly, we preferred to try DataTable with the DLL's and namespaces of
System, System.Data.dll, System.Xml.dll, System.Drawing.dll,
System, System.Data, System.Drawing, System.Collections.Generic
. The code is:
DataTable dt = input;
Result=dt;
However, we have the problem of:
Description: Compiler error at line 2: The name 'input' does not exist in the current context, while I have created it in input part of code stage.
I would be grateful if someone can help me.
Thanks in advance
27-10-23 04:55 PM
hi Maryam,
Did you created data table "input" and pass in to the code stage input parameter?
30-10-23 12:23 PM
Hi,
in other words, create input parameter collection and give the parameter name "input".
That should fix it.
Regards
Zdenek