How to align the contents in the collection as a table

Requirement :
Table on the web page needs to be read as collection so that the data will be read as rows in the collection

Options tried:
Spied table in blue prism and read that content as collection using get table method

Output:
in the output collection, under current values I have only one single row with all the under column 2

Help Required:

Is there a way I can read the data as it is so that I will get collection that exactly resembles my table structure?
Is there a way I can manipulate this output collection to get the table structure that I have in the original IE ?
 
Top