fetchcreates
TTypebot
•Created by fetchcreates on 3/18/2024 in #help-and-questions
Dynamic Pic Choice - Selection Output

6 replies
TTypebot
•Created by fetchcreates on 2/26/2024 in #help-and-questions
Upload Mulitple Images -> Pic Choice
I'm trying:
Block A = Upload Multiple Images
Block B = Pic Choice (dynamic) from a list/array of uploaded images.
No matter what I try, it's lumping all urls together.
I'm limited on my JS, but I've tried to stringify, then stringify+parse (among other options).
This is the ex data from the upload: http://fake-upload-url.com/0, http://fake-upload-url.com/1, http://fake-upload-url.com/2, http://fake-upload-url.com/3 What should the urls look like for the (Dynamic) Pic Choice?
No matter what I try, it's lumping all urls together.
I'm limited on my JS, but I've tried to stringify, then stringify+parse (among other options).
This is the ex data from the upload: http://fake-upload-url.com/0, http://fake-upload-url.com/1, http://fake-upload-url.com/2, http://fake-upload-url.com/3 What should the urls look like for the (Dynamic) Pic Choice?
2 replies
TTypebot
•Created by fetchcreates on 2/7/2024 in #help-and-questions
Conversationally loop through an array of variables/questions until everything has been answered.
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.
Any ideas?
4 replies