What you can do is spy a single cell in the table - and define the element type as 'HTML table' in Application Modeller. You will then be able to make a read stage with the action: 'Read table', which sends the whole table to a collection.
Alternatively, if you need a specific value from the table, you could spy a single cell and set the path to be dynamic - and then iterate through the cells to find the desired value.
I hope that helps.:)