I have a HTTP module, and sometimes the API its calling has some problems and returns Status Code 500.
However, this is not considered an error in Integromat, so the scenario continues and then this bundle is practically skipped.
Is there anyway to add "Break" error handler in case the status code is 500?
Source: copied from https://www.facebook.com/groups/integromat/permalink/3971911336252803/
I have a HTTP module, and sometimes the API its calling has some problems and returns Status Code 500. However, this is not considered an error in Integromat, so the scenario continues and then this bundle is practically skipped. Is there anyway to add "Break" error handler in case the status code is 500?