Hello, I am new to UiPath.
Can someone provide a solution for the following:
Excel sheet has data in Cell C1, C2 and C3
I need to
1)decrease the value in Cell C1 by one , updated value should be 10.
2)decrease the value in Cell C2 by one, updated value should be 9.
3)value in Cell C3 = C1-C2 , need to use the updated values of C1 and C2 from #1 and #2 above.
I used read range activity to get the data into a data table.
not sure how to perform the data manipulation in the data table to update the values.