@shrayud - As an alternate if you have more rows and then you want to avoid “For each” - you can try like this…In the “Invoke Code” Activity…
dt.AsEnumerable().ToList().ForEach(Sub(row) row(“Test”)= “New”)
My Output(I tried to write “New” in my Test Column…