Hi All,
I am working on a problem wherein i am fetching some data from web storing them in some variables and then creating a data table and then using the add data row activity adding the values into the data table.
The issue is that this process will run daily and write now what’s happening is that every time this process runs i am only getting the latest values in the data table so i guess the data is kind of getting overwritten instead of getting appended, is it because the add data row activity will not append if so what could be the solution for this?