Hello Experts,
I want to add a column to existing collection which I am receiving in object's action. To achieve this I have used a Code Stage(C#) which will take collection as input which is internally gets transformed into DataTable. After this I am adding code to insert new DataColumn. However when I compile this code I am receiving error related to DLL. But DLLs and namespace which are required as part of this code is already present.
I have attached a word file describing my code and error.
Note: I have also tried a work around which also failed which is mentioned int the attachment with screen shots.
Can someone please help me out.
Thanks,
Utkarsh Chauhan