Option 1:
Write range workbook to write formula return the formula it self as text.
Impact: have to manually click the formula & press enter or have to manually “replace all” ‘=‘ with ‘=‘ to force refresh the text formula as real formula
Option 2:
Write range excel inside excel app scope return the value of the formula.
Impact: when write into excel with massive amount of sheets, the excel app scope error before running its child activities.
And the error is can’t be handled by “retry scope activity” so i’m doomed. Retry scope activity can’t catch this error, this error too amazing!
The error is written as: “job stopped in unexpected bla bla bla~”
While in powerful device, the flow run completely fine.
Any alternative idea to:
write range formula but the formula have to show its result, and
without load the excel file first before write range, because the excel file is heavy for the hardware & UiPath.
You can write the formula using write cell formula activity in the first cell and then use auto fill range activity to fill the formula in all cells till bottom
The error occured when the excel app scope load the excel & before running its child activities.
(Heavy massive amount of sheets)
Retry scope activity can’t catch this error, this error too amazing!
The error is written as: “job stopped in unexpected bla bla bla~”
While in powerful device, the flow run completely fine.
I can’t use write cell to write formula then autofill it, because:
my formula range is landscape. i know autofill range can handle this, but
autofill range can’t generate landscape excel formula like this isn’t it? (Dynamic sheet name not dynamic cell)
=‘sheet1’!A1 | =‘sheet2’!A1 | =‘sheet3’!A1