Catch the Unknown: Using OnError in Power Apps
In part of our series, we continue on with global error handling in Power Apps using the OnError property of the App. This PowerFX function allows you to capture or “trap for” all unhandled errors. That is a fancy way of saying when an error occurs you weren’t expecting you can handle it. Also, get a look at FirstError and the different types of information it can provide on your error.