HTML to DataTable

Hello! I want to get data table that I extracted from outlook email.
I already done the first step which is to extract the mail HTML.

image

I have this as the HTML output:

I tried using the HTML to Datatable component i found in the marketplace:
image

but after using it, it just shows a blank output
image

The email looks like this:

image

any input would be greatly appreciated!

we would assume that 2 tables are extracted. Just debug the flow with the help / usage of a breakpoint and e.g. inspect first datatable within immediate panel with following statement.
DataTable.First()

Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

Hi! yes, 2 datatables are in the ouput but they are both empty. The output of Extract data tables from HTML activity is an array of datatables. I was just wondering why it’s showing empty when I clearly passed a non-empty HTML code.

it shows empty for the datatable name value

grafik

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