Share feedback, ideas and get community help

F
Flavio
Offline, last seen 2 weeks ago
Joined January 31, 2025
Has anyone found a way to handle pagination? I mean within existing typebot features.
I need to display a very long list, the data is dynamic and comes from a http block. Sending the whole list, in whatsapp, in chunks of 3 buttons, becomes quite unmanageable.
My solution was to, alter the endpoint response, chunking the list and appending 2 options to the end, "previous" and "next". Then adding a comparison block to check if one of those values was selected and loop back to the http request, else continue with the flow. For this to work the "multiple choice" option must be checked, which is not ideal, as I need to add another condition to check that only one option is selected.
Has anyone found a better way?
6 comments
A
F