I have a collection which is filled by a third party REST API call.
Most of the time this call works fine, however some times the third party server is down for a few minutes.
How can I capture the error when the server is down?
Note, this REST call happens when a page/control is loaded and not necessarily when a form is submitted (although it could happen here as well).
1 Like
1 Like