Share feedback, ideas and get community help

Home
Members
fetchcreates
f
fetchcreates
Offline, last seen 3 months ago
Joined September 13, 2024
I'm struggling with setting a variable from the 'Pic choice' output. The images are being dynamically filled from an upload on the previous step. That portion is working, the images appear, the selection is made, and there's nothing saved, no variable set. I guess I'm expecting it to pass the URL of the selected image. Am I correct in that?
5 comments
f
B
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?
1 comment
t
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?
3 comments
B