Hi team, I’m trying to extract a single value from a Table with multiple columns. The data is in a key value format (Example: “Name: Aswin”) When i try to extract the value it fetches the value from first row alone even if there are multiple rows. I need to extract value from all the rows, can someone please help me to achieve it?
Note: I tried using index, but since i’m using Anchor base to find it, i’m not sure how to change /add the locator from Span to Index. When i used data scraping to extract the entire table, the data is not scraped from the UI.