I am extracting data table from website and it has multiple lines approximate 10 rows and 10 columns. How Can I get the row number of the value I am searching ? Value is coming from SQL DB and stored in Variable.
EX : Value Is ORder number from DB + 123
Extract DB has 10 order numbers . How Can I find 123 is in which Row number ?
I want to click on that row and process further.
Provide the Column name in which you want to search your value.
use the Extracted data table variable in Data Table field.
provide the value in the Lookup value field you want to search in the given column.
Create a rowIndex Variable(Int32) in the properties which will give you the index value of the row where the search value will be found. In case the value is not present in the column it will return -1.