Send text bubble reply containing "Please wait" before perform some delayed HTTP requests.

I´m running a Typebot that calls about 6 http requests, mix some data, a then present a report to the users. After the user requests the report, the entire procedure takes about 30 seconds to finish. I´m trying to send a message "please wait" immediately, and only then make the http requests and produce the report. But even if I place a text bubble before the HTTP requests and code blocks, the message "please wait" always comes together with the rest of the text. Is there any way to inform the user to wait until the requests are made?
No description
2 Replies
Baptiste
Baptiste3h ago
Solution: You can add a Wait block with Pause the flow option enable right after your first text bubble to display this message before the requests execution

Did you find this page helpful?