How to convert a System.Data.DataRow[] in a datatable

how i can convert a System.Data.DataRow in a datatable?

dtData = ingresoFiltrado.CopyToDataTable

7 Likes

thanks you, its works!!!

Hello Dear!

This solution works in Uipath 18.2.4, but not in Uipath 2018.3.0.
Error: “CopyToDataDable is not member of ‘System.Array’”
How can i do?

Best regards.

Hi @thiago_alves

Same solution as here applies :slight_smile:

1 Like

It’s works.

Tks!

Best regards.