Extract Table Data - first row is headers

Why is Extract Table Data getting the header row as row one of the datatable? It should set the column names of the datatable to the headers. If the table on the web page has the headers and one row of data, the result is that the datatable has TWO rows when it should have ONE.

image

I have another Extract Table Data where I set it only to get the first row, and it works correctly:

image

try to select the table from the first row and provide the column name accordingly. when you are selecting the table indicate the table from the first row and try

Hi @postwick

It would be helpful to see the underlying code for the table to see whether we could improve the auto-detection of the headers, as well as the activity configuration used to extract it.