Resolved! Do not break foreach loop when API fails
Issue is inside custom connector ruby code.Context: I have a list of companies in an array then I am using .each method to loop every company and then hitting an api call on every company.Problem: Now one api call is failed for a company and code bre...