@BaratamR If you are getting your DataTable from a LookupTable, then you can define a duplicate LookupTable (create two with the same columns) and use the GetTable and ReplaceTable methods respectively to copy the data from one to the other. If your DataTable object is returned by something else (like a Query or a script or something), then you can use the Copy method of the DataTable. Here is an example.