Hi, in Studio, what’s the difference when people have DT=new DataTable() in Assign activity and the Build Datatable activity ? When should it be used ?
1/ new DataTable() - will just create empty DT object without columns
- you will use this option e.g. when you need to provide DT as argument of some activity
2/ Build Datatable activity - will create DT object with columns
- you will use this option when you need DT with specific structure
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.