This feature doesn't throw an error to $_ERROR
: API Action Throw Error Option:
Expected and actual result
When an error is thrown by the api action, it's accessible in the $_ERROR
variable
This variable is null
Replicate
-
Create an api action step
-
Add the url https://connect.mailerlite.com/api/subscribers
-
Tick the 'throw errors' box. See my settings:
-
Then in the catch put a response step where the text is going to be
$_ERROR
-
It's populated as
null
on NodeJS