Need to change system.datatable into string

ExtractDataTable.Select(“[Type]=‘W15’ AND [Status]=‘Open’”).ToString

1 Like

Hi @sayed.tabrez
Please use the following code to convert your filtered result into Datatable:
ExtractDataTable.Select(“[Type]=‘W15’ AND [Status]=‘Open’”).CopyToDataTable

Then use this in the OutputDataTable activity.