Hello I have just started out with Botpress a few days ago and am still getting the hang of the UI logic.
I created a workflow that captures the user's choice of language, executes the code for that language and exits the workflow. This is my issue:
When I run the chatbot and am in the MAIN tab, when it goes through the language workflow I get an error and the conversation ends, however, when I run the chatbot from the language workflow tab, it continues and my chatbot works technically as expected (it continues the conversation and translates everything necessary within it).
What am I missing here? Why is the workflow working as expected, when I am in the workflow tab, and not when I am in the MAIN tab?