i have existing sharepoint file that i want to update i.e its few row of data that is used and get few more details now i want to add data in same row that is alredy there for that data
ex.
alredy created data :
data row 1 : tsk , TC1, KMP
using add data row appends data now post process i got status as done
You could add a new data column for your status (named ‘status’).
Then you could use a For Each Row in Data Tabel and simply assign a value to the column.