Update End Result in Table Instead of Excel

Yah we can do the same was we do for normal excel with table related activities
First we need to get the range of the table in that file
For that use Get Table Range

Then mention that range in READ RANGE activity
And do the same as we do for normal excel
Like a for each row loop
Within which a assign activity
row(3) = convert.ToInt(row(1).ToString)+ convert.ToInt(row(2).ToString)

For example

Cheers @SrenivasanKanna

1 Like