Write DataTable to Excel Error!

I want to export the Data Table into an excel file. But it says that the data table would be empty, but thats not the case. how can i fix this?

There can be two walkarounds for this

  1. Make sure that the extract data table is within the use application scope properly.
  2. Make sure that you give some time delay after the page has been loaded and your datatable extracts the data. Sometimes due to page load error, datatable extraction works without actually extracting any data.
    So give delay before and after the activity executes.

Hope this helps
Happy Learning.

Hi @Pascal1

Keep a breakpoint before writing the datatable and check whether the dt_variable is having having the extracted value, there might be some issues in extract datatable

Check this!

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