Extract datatable- Striked Row

Hello Team,

When using extract data table activity, value is mismatching for strike rows. Is there any ways to get exact values ?
image

If it is Table then use Table Extraction otherwise you can use Get Text activity and store it into a Variable

Hi @bhavesh.choubey , yes i have used table extraction. Issue is when rows are strike out not getting exact values

Try CV Extract Table Activity

use Hybrid Approach like extract the table normally and the value which is striked out you can use Get Text activity and check if the issue remains same if yes then open UiExplorer and check in which attribute the exact value is coming like innertext, aria-label, etc if you find the attribute then use get attribute activity and pass the same attribute to get

@pavan_kumar

Try to open the schema and selector from properties and remove anything which is not matching the strike through may be a class is used in the schema remove it

Cheers