Hi forums,
In the mobile editor there’s a bug with the “allow workflows to continue” checkbox in the API connector. If an API returns an error, the workflow can’t continue even if this checkbox is checked. Furthermore, the “an Unhandled error has occured” event does not trigger if the API call returns an error either.
It seems impossible to figure out if an API call fails at the moment. If I enabled the new debug mode, the workflow hangs on the action making the API call and cannot proceed.
Here is the workflow:
And in the step by step debugger, we’re stuck here:
No amount of clicking next can do anything. I can think of some workarounds, but this seems like a pretty severe bug. In my case, I’m relying on the API response to decide if the user inputted a correct phone number.
In the console, I see this error when the debugger reaches the action:
All the best,