Forum Discussion
bojanvelevski
4 years agoValued Contributor
@Jordan1211 , try error view
Jordan1211
4 years agoNew Contributor
What I did was used the error view plus a router that treated the error I was receiving different than all others. ($error.contains(“Sheet with the provided name does not exist:”)). Which basically classified it as an “Informational Error”. This works for now. I am just wondering if there are other options.