Share feedback, ideas and get community help

Home
Members
OSharkzin
O
OSharkzin
Offline, last seen 4 weeks ago
Joined December 28, 2024
Hello, I’m experiencing unexpected behavior in my flow configuration on Typebot. The issue arises when using HTTP nodes in sequence, with the following setup:

Current flow configuration:

Text message.
Configured delay.
HTTP node to send audio (with "No Wait" disabled).
Configured delay.
Another HTTP node, and so on.
Problem:

Despite configuring delays between the nodes, Typebot executes all HTTP nodes at once, ignoring the configured delays.
This results in the audios being sent without respecting the expected order and timing.
Expected behavior:

Typebot should respect the configured delays, even for HTTP nodes, so the flow follows this pattern: Message -> Delay -> HTTP -> Delay -> HTTP.
Current behavior:

All HTTP nodes are executed simultaneously, ignoring the configured delays, regardless of the "No Wait" setting.
Questions:

Is there a technical limitation preventing delays between HTTP nodes?
Are there any alternatives to achieve this functionality in the flow?
Additional details:

This issue is critical for flows that rely on messages and audios being sent in a specific order.
2 comments
O
A