For example Data:
because the data of the 2 excel files are the results of 2 data joins
For my activity:
JoinDataTable.zip (188.0 KB)
For example Data:
because the data of the 2 excel files are the results of 2 data joins
For my activity:
JoinDataTable.zip (188.0 KB)
You want the difference between amount and amount1?
If so first if columnis not present use add data column and add difference column and then use assign activity as below
dt.Columns("Difference").Expression = "[Amount]-[Amount1]"
Cheers
Thank Anil,
Can you show me an example through the activity tools in UiPath?