Hey guys,
my project was working perfectly fine until few hours ago, as I got the error message like following :
Its in German, but it says 'Excel Instance was not initialized, check if its right excel instance ....'
System.Exception: Die Excel-Instanz wurde nicht initialisiert. Überprüfen Sie, ob die richtige Excel-Instanz angegeben wurde und sie nach dem Vorgang „Excel starten“/„An ausgeführtes Excel anfügen“ und nicht nach dem Schließen der Excel-Instanz verwendet wird.
bei Microsoft.Flow.RPA.Desktop.Modules.Excel.Actions.ExcelActions.ReadFromExcel(Variant excelInstance, Variant startCol, Variant startRow, Variant endCol, Variant endRow, Variant& finalResult, Int32 readMode, Boolean getCellContentsAsText, Boolean firstLineContainsColumnNames)
bei Microsoft.Flow.RPA.Desktop.Modules.Excel.Actions.ReadFromExcel.Execute(ActionContext context)
bei Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
I already tried this one(Getting "Excel instance is un-initialized. Please ... - Power Platform Community (microsoft.com)) , but its not helping me.
Does someone have a solution?