Dynamic Choices Block

Usecase: Resturant Menu Ordering System so the issue is right now, if you want to place an order through type bot the customer must first see the menu items and to display them, you will have to create pic choice block for each one manually Proposed: A Dynamic Pic Choice Block - takes in array as input and will automatically display all the choices by creating some kind of: dataset[itemindex]["label"]>label dataset[itemindex]["pic"]>pic - whatever choice is choosen, either we can save its full json data in a variable or just the id
No description
3 Replies
Baptiste
Baptiste6mo ago
There is already such option 🙂 Check out the Dynamic items option in the Picture choice settings
Abdullah
Abdullah6mo ago
Perfect! Is there no way to do it without separating the tiles,pics and etc? (Just use one array and map the keys)
Baptiste
Baptiste6mo ago
Typebot only support string or list of string. So it could not map anything in the example you provided 🙏