Excel exception for copysheet

What type of exception in a try catch that we throw if we copey sheet and sheet already exists ? just syste.exception and then throw business rules? Thanks

@AhmedKutraphali

You can use Path exists activity-> which will output a boolean value

according to that you can use IF condition

Hope this helps you

Thanks