Twilio "Send and Wait for Reply" Keeps Previous Parameter

30 Views Asked by At

I am trying to implement a simple "go back" button in a Twilio Flow for Whatsapp. So, the objective is to have the user either enter a text, or they could choose to go back to the previous question.

The way I have done it is to check the ButtonPayload and see if it is blank, but the problem is that once the user chooses to go back, the ButtonPayload never changes until the flow is done.

What is the solution?

Implementing a subflow works great, but I can only add 50 subflow widgets, and I think I need more than 50 widgets.

0

There are 0 best solutions below