How to update values of one column in the first table using the values of another column from second table without for each loop

For Example-
If i have a table with cola & colb and another table cola & colc .I have match cola from both the tables and update the colc value into col b

Hello @Krishna_Dasyam

Welcome to UiPath community…!

I hope you can go with Vlookup acitivity or lookup datatable activity to achieve this.

Thanks