I wanted to add formula in a specific Cell Range; the formula is “=IF(AD2=“COLOR”,I2,”“)”, but error encountered as you can see in the image. I tried to change it into “=IF(AD2=‘COLOR’,I2,’ ')”; this doesn’t have error in Studio but the excel output is corrupted due to wrong formula.
Also encountered this: “The process cannot access the file because it is being used by another process in UiPath”; obviously because I am accessing the same output file. Is there a way to close the process/ excel before executing the write cell?
Also encountered this: “The process cannot access the file because it is being used by another process in UiPath”; obviously because I am accessing the same output file. Is there a way to close the process/ excel before executing the write cell?
If you use ExcelApplicationScope or Use ExcelFile , please use not System-FileWorkbook-WriteRange but ExcelWriteRange in AppIntegration.