Hi All
I followed this superb article https://medium.com/flowxo/using-label-and-goto-a-label-in-flow-xo-b6fc8e2b6086 to create 2 GoTo Label loops in a conversational flow to handle date input by users. For each loop I set up 1) Label Action, 2) Send a Message Action, 3) Ask a Question Action, 4)Parse Date Action, and 5) Goto Label Action in that order. Once the flow enters the loop, it performs smoothly doing exactly what is expected.
However, before the flow enters the loop, the Send a Message Action created in 2) above fires on the Ask a Question Action immediately before the loop, basically sending a redundant “I was expecting a date after…, could we try again?” message but continuing the flow anyway. This is happening for both loops.
Any ideas? Thanks in advance!