Whenever i run Flow for first time its working properly but second time while launching excel i am getting this error

Error Details:
: System.Exception: Excel instance is un-initialized. Please doublecheck that the correct Excel instance has been specified and that it's used after a Launch Excel / Attach to running Excel action and not after the Excel instance has been closed.
at Microsoft.Flow.RPA.Desktop.Modules.Excel.Actions.ExcelActions.SetActiveWorksheet(Variant excelInstance, Variant sheetIndex, Variant sheetName, Int32 findWorksheetMode)
at Microsoft.Flow.RPA.Desktop.Modules.Excel.Actions.SetActiveWorksheet.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
I tried to open excel sheet manually, entire excel become greyed

How to fix this?