Filter data from Complex table on Web Page

Hi, I am trying to fetch data from a table on Web page. The table is quite complex, so it is difficult to fetch data from it.

Structure of table is :

Using “find children” activity I just find the children of “TBODY” element and when I’m trying to highlight the child , I’m getting child elements as follows:

I want to fetch the Name of “Employee” along with “Level”. Please help me…