How to update all the similar row values inside an for each loop

I am using an for each loop activity from an datatable where the each row value is being extracted and being used an an input for an application. As an output getting an Variable , I need to check that variable in the whole datatable and if it is found at any row need to update column B IN front of the same row.

test5oct2021.xaml (7.6 KB)

“Need to check stat_val in dt(datatable) if any of the row in column A is found matching need to update Column C as Success”

1 Like

Hi

Did we try with Lookup datatable activity in this scenario

It will work

Have a look on this activity with example

Cheers @mayankjha986