Data Scraping issues

Hello All.

Please help me out in the following issue.
I need to extract out structured data using data scraping.
Please see below the following screenshot. When I use data scraping, data of “Past Medical History” (see in image below) also joins the table of Problem list.
The selector of extract structured data points out the entire table including the data which is not part of the table. But I want data which is present only in the tabular format.

Issue 2:

When I use get visible text to get those tabular data in the same positional co-ordinates, the same issue happens.

Please help me out to solve this. I need only the data which is in the table and not more than that.

The APL_Extra.png shows the additional data which is not required and not part of the table.
The selector.png shows the selector which select the entire table including the data which is not part of the table.