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()
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.