Hey, it may be possible to use the Anchor Base activity in this situation. For your anchor use the ‘Find Element’ activity and create a dynamic selector looking for your ID value in the ID column. Then use a ‘Click’ activity and set the selector to the hyper link in the member column. Make sure to set the ‘Anchor Position’ property of the Anchor Base activity to ‘AnchorPosition.Right’ as your anchor should always be to the right of the hyper link selector you wish to click on.
You may want to go a step further and add an Element Exists check prior to the anchor base activity to check if the ID exists in the table. If it does not, then handle the process accordingly.
Please show us the selector for id field from web page. herein you can use aaname, inner-text, tablecol, tablerow attributes in the selector.
Use get attribute activity and get aaname, table row. Now if aaname equals the value you want to check, pass on tablerow fetched using get attribute of id selector into the member field selector as a variable along with other attributes like tablecol etc.