Hi @niteckam,
-
where are you checking the value is Valid or Not Valid?
-
You no need to use “VATID_DT.Rows.IndexOf(row)” in assign as the variable “row” in "for each row "itself points the exact row where you need to update the result in “Column C”. So you can directly use like row.items(3) = New Value in Assign activity