Web TableExtraction

Hi @Allan_Zimmermann I am trying to extract the web Table using recorder so i got the get Table activity but i am not getting the exact table as seen in UI.

Table which i want to extract

what i got as extracted table:

I am getting the Strike double in a single cell
and it is not differenciated as CALL and PUT

@Allan_Zimmermann please reply..

You can disable using GetTable during recording by going to Settings → Recorder Plugins → NM and removing the checkmark for detecting tables.
GetTable only works for very basic HTML tables and divs imitating a table. For more complex scenarios, you still need to use two nested Get Elements as shown here: