I am using Launch Excel in Power Automate desktop. It is working when i run in attended mode. When i call this desktop flow in Cloud flow, I am getting following error:
"message": "Problem while executing action 'LaunchAndOpenUnderExistingProcess'. Failed to open Excel document 'C:\\Users\\MuruganSivapriya(Asp\\OneDrive - ArchKey Solutions\\Documents\\PO Import Process\\Config\\Company.xlsx' (File related error). \r\n \r\nMicrosoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: Failed to open Excel document 'C:\\Users\\MuruganSivapriya(Asp\\OneDrive - ArchKey Solutions\\Documents\\PO Import Process\\Config\\Company.xlsx' (File related error). ---> System.IO.FileNotFoundException: documentPathSafe\r\n at Microsoft.Flow.RPA.Desktop.Modules.Excel.Actions.ExcelActions.<>c__DisplayClass15_0.<LaunchExcel>g__SetActiveWorkbook|1()\r\n at Microsoft.Flow.RPA.Desktop.Modules.Excel.Actions.ExcelActions.LaunchExcel(Variant documentPath, Variant readPassword, Variant writePassword, Variant& excelInstance, Int32 launchMode, Boolean visible, Boolean loadAddInsAndMacros, Boolean needsAuthentication, Boolean readOnly, Boolean launchInNewInstance, String& version)\r\n --- End of inner exception stack trace ---\r\n at Microsoft.Flow.RPA.Desktop.Modules.Excel.Actions.ExcelActions.LaunchExcel(Variant documentPath, Variant readPassword, Variant writePassword, Variant& excelInstance, Int32 launchMode, Boolean visible, Boolean loadAddInsAndMacros, Boolean needsAuthentication, Boolean readOnly, Boolean launchInNewInstance, String& version)\r\n at Microsoft.Flow.RPA.Desktop.Modules.Excel.Actions.LaunchExcel.Execute(ActionContext context)\r\n at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)\r\n"