How to print DataTable[] in excel

Hi All,
I need to print table array(DataTable) into the excel but it is not working for me. I am getting the following error(Screenshot attached).
I am also attaching the xaml file. Please have a look.

Thanks!
AnmolMain.xaml (18.5 KB)

Hi @anmolk171
what is the activity that you’re naming extract data tables from HT?

Your Type Argument for foraech should be a datatable not datatable array. By the way what is the package that you are using for ExtractDataTables from HTML

See this working sample

Main.xaml (12.5 KB)

Thanks,
Prankur

It is custom activity you can find it here:
https://go.uipath.com/component/webpage-to-datatable
and
https://go.uipath.com/component/html-to-datatable

You can find it here:
https://go.uipath.com/component/html-to-datatable

1 Like

Did that sample help?

Working on it. Will let you know in 5-10 minutes and thanks for the help

1 Like

@PrankurJoshi - It worked thanks

Great let me know if you have any other issue in the same

Main.xaml (8.7 KB)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.