I am currently using the Excel Read range activity to read a sheet, but I would like to be able to do certain things when the target sheet does not exist.
If the target sheet name does not exist in the Excel Read range activity, is it possible to get it with Try Catch?
Note: System.Exception has a wide range of exceptions that can be retrieved, so if possible, I would like to know what kind of Exceptions can be retrieved only by checking the existence of the sheet.