I am looking to write the data into the data table inside an for each loop.
For each transaction need to update the row with the variable data.
I have used an Build data table activity which i have updated with the required column names.
Now looking for the activity where i can update the column using the cell values
getting the Transaction number in a variable so need to update the cell value using in_Transaction_No + 1
@Gokul001 , Thanks for the Answer, But i dont want to use Write range activity every time, I want to update eachrow of an datatable and in the end update the excel column with the values from the datatable