Lookup Data Table_9799

Hello Guys i have developed an process like this using ReFramework.

  1. Iam reading Excel sheet using Read Range activity.

  2. Using lookup datatable iam getting the Rowindex.

  1. In the excel there is a remark column so irrespective of remark it should process each and every data

image

what condition should i give in lookupvalue to get all data in excel

maybe you can elaborate more along with an example value (lookup value - expected output)

sounds also that you are interested to process each datarow in datatable. For this we are using:
For each row in DataTable activity:

grafik