I have a UIPath Macro that extracts data from SAP BI and downloads it to a spreadsheet. This file is in the format of a Single File Web Page. Then the macro opens this file with the UiPath Activity ‘Excel Application Scope’. This process works perfect 98% of the time. However occasionally SAP BI gives an incomplete file. Then the Excel Application Scope shows the popup message "MyFileName is not a valid Single File Web Page. " and the macro just freezes. I would expect a timeout error on my next activity, but no it just hangs. How can I handle this situation, so I can move forward in the macro?
Thanks!