Eg. output from Generate Datatable (Column Seperated) and output from Build datatable can be merged into a new Datatable?
@Prateek_Valvi - Yes, you can merge the 2 different DT as the one final output.
Call the Merge Data Table activities and in properties section give an input value destination part “DT1” and Source input value “DT2”. And finally print the DT1 Value, you will get the excepted output.
DTMerge.xaml (9.3 KB)
Happy Learning