Add column name using Data table

Hi @Gokul_Murali ,

Could you maybe check with the below post :

When using SetOrdinal method, first add the column to the Datatable using Add Data Column activity and then use the SetOrdinal method.

We could also re-arrange the columns if we do know the column arrangements and all the columns required for the output using the DefaultView.ToTable() method.