I need help executing actions in parallel

I'm trying to implement a timer that runs simultaneously while also waiting for user input. I want to perform a specific action if the timer expires and the user hasn't entered anything. However, if the user sends a message, the timer should be ignored and a different action should occur. The problem is that each block can only connect to one other block, so I'm unable to run the timer and receive input at the same time.
No description
4 Replies
Baptiste
Baptiste16mo ago
There is no way to do the thing you mention in Typebot for now! We still need to implement any "scheduling" feature on Typebot system
Caio M. S.
Caio M. S.OP16mo ago
fine, thanks
BigKahuna
BigKahuna4mo ago
I'm new to Typebot and love the simplicity of the tool. I was looking for the exact same feature though and, unfortunately, came up empty. Is there maybe a workaround by now?

Did you find this page helpful?