viewing and resubmitting errors in scope
Hi,
we're working on a scheduled integration which fetches a report of data, and for each row executes an API call to either create or update in the external system. We are looking into how we can monitor an handle the errors in this integration.
We noticed that when an error occurs outside of the scope, the error shows up in the 'errors' tab and we can resubmit the integration. But when an error occurs in one of the scopes, it doesn't show up there, and we can't resubmit the errors. Is there a way to implement the scope so that the integration doesn't stop when an error occurs there, but we are able to see the errors and resubmit them?