UiPath Academy - RPA Developer Production Ready course - Lesson 7 - Practice 2 - Calculating Loss Invoices.
I’m trying a new stunt there. Instead of using a for each row loop to add up the losses in the excel sheet, I’m trying a “add data row” activity by passing the excel formula “=sum(d2:d27)” in the array in this manner:
This is causing the “=SUM(D2:D27)” to be written in the correct cell, but it is not getting executed and the total is not being displayed. Why isn’t the formula being executed if passed from an array?
So, it works within an Excel Application Scope Write Range, but not if used outside the scope. Interesting. I wonder why that is. Would that be a bug we should report or is it working as intended?