I am wanting to utilize Typebot (and OpenAI) in the same manner as Formless.ai (but even better).
With Formless, you can define a series of fields that the user needs to input and it conversationally asks questions until all fields have been answered sufficiently.
How can I loop a through these and then exit the loop when completed?
I’ve managed to have OpenAI loop through the questions (but don’t know how to exit the dialogue). I’ve also managed to set it up to ask each question individually… but I’d like to parse every answer to determine whether they might have answered multiple questions in one.