CV Extract Table does not extract data as needed, data is not consistent and returning false data when using Output Data Table

@YashBiswakarma

  1. The application automatically open citric right…so in that environment can you try to install runtime or is it possible to install runtime? If yea then you can use normal activities

  2. In the cv activities you will have a cv descriptor. Which actually contains the name you are using as well…so fot it to work with other names it should contain a variable with the required name instead of the first name it got while spying /indicating the elements

Eg: "Target:Name:" + namevar+ " OffsetPoint: (-10,-75)" + "Anchor: Text 'Anchor1' (41,36,19,9)" + "Anchor: Text 'Anchor2' (75,36,37,9)"

Namevar is the variable inplace of actual name

Cheers