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
4 Replies
Baptiste
Baptiste3mo 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
DanielLauck
DanielLauckOP3mo ago
Hello, thanks a lot! I already try this solution. The drawback is the fact that this will pause the flow until the user send another message, and this is not desirable. I will try using zero as timeout
Baptiste
Baptiste3mo ago
That's not true It won't wait for the user to send another message

Did you find this page helpful?