Execute Code
About this issue
This issue arises when an unhandled exception is thrown by JavaScript code in an Execute Code card, triggering the Error flow for your bot. You can inspect the Logs to see details about the exception.
Resolution
You can wrap your code in a try..catch
statement and handle the exception. This will ensure the Error flow is not triggered.
Updated about 1 month ago