Hi Miya,
You need to make sure the list you spied on is actually a <table> element behind. This can be done by using the browser "inspect" feature to know the exact HTML behind the element. If the your list is not a <table>, rather a series of <div>, you may need to devise your own logic to obtain the list.
If it is a <table>, and you are not getting what you need, you can try to spy <tbody> and see if that works. In the latter case, you may wish to alter the element type from a generic "Web Element" to "Table (Web)" so you can get the "Get Table" action in the read stage.
Hope this helps.
------------------------------
Bruce Liu
Senior Product Consultant, Professional Services
Blue Prism
Australia/Sydney
------------------------------