Unable to add column to Data table using code stage
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 ...