#Confused about System.now
1 messages · Page 1 of 1 (latest)
No that's because blocks are executed at the same time here
In this video, I explain how the Typebot engine works and why certain things may not function as expected. I demonstrate an example using a lead generation template and a webhook call. I show how the server computes the blocks to be displayed on the client's browser and the importance of waiting for webhooks to be executed before the next input....
You might think the Wait block pauses the flow exactly where it is triggered but that is not the case
All the blocks between each input are always computed together
But you can enable the "Pause the flow" option (https://docs.typebot.io/editor/blocks/logic/wait#pause-the-flow)