After the most recent update, I am having issues with a PAD launching Excel, and I previously have not had issues with this. I am downloading a file and launching the file (referencing the file as a variable).
The flow gets to the point of opening the file, and a grey screen from Excel opens and then closes before giving the below error. Any tips? Anyone else having issues with this given the update? I have restarted, and repaired PAD to no avail.
Thanks.
Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Failed to open Excel document 'INSERT FILE PATH' (File related error). ---> System.IO.FileNotFoundException: documentPathSafe
at Microsoft.Flow.RPA.Desktop.Modules.Excel.Actions.ExcelActions.<>c__DisplayClass11_0.<LaunchExcel>g__SetActiveWorkbook|1()
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)
--- End of inner exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.Excel.Actions.LaunchExcel.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)