Hey there!
I'm creating a flow where I will need to iterate over an array and get an input for each iteration. For that I'm using a multi-choice input.
The problem is: after passing the input, the current loop iteration is discarded and the bot goes to next iteration, like a "continue" statement and I can't execute the following commands after the multi-choice input.
I've made a test to ilustrate my problem:
(this is a test flow)
(this is the flow on the bot, notice that the "print" response after the input is ignored)
Does anyone have a clue about what I can do to avoid this behavior?
Thanks in advance!