Hello, I am getting an error when writing into a cell in excel that is saying, “Someone else is working in ‘excel file’ right now. Please try again later”. But I have confirmed that nobody else is accessing the file, only the bot. This write cell activity is following another one that is working fine. Once this pop-up in excel appears, the error in Orchestrator is “Write Cell: The range does not exist”, but the range is B2 so it definitely exists.
The file is NOT in read-only mode and it is a fresh excel file that the bot is creating for the first time. As stated before, this issue is occuring after another write cell activity that is working fine.
I am using Excel Application Scope for these activities and the settings are AutoSave: Enabled and Visible: True. Would making Visible: False solve this issue? Or could this be related to something else?
Any help would be much appreciated.