Error handler

How can I stop the session and send a message when the customer is unable to follow the options menu? For example, if he makes 3 mistakes, I should end with a specific message. I would like to do this without copying and pasting several blocks unnecessarily
10 Replies
arcanknow
arcanknowOP13mo ago
Like a redirect with back redirect, I think Send to a specfic block, and continue the flow Because when I redirect, it ends at the redirected block..
Baptiste
Baptiste13mo ago
Have you tried the Jump block?
arcanknow
arcanknowOP13mo ago
Yes! But like I said, the jump goes to another block and doesn't come back
arcanknow
arcanknowOP13mo ago
No description
arcanknow
arcanknowOP13mo ago
I'd like to do something like call a function, you know? A block that executes multiple blocks and continues where it was
No description
arcanknow
arcanknowOP13mo ago
It's the real world example. The last jump should be a block that says "ok, it's done! don't back". Some customers are elderly and have difficulties with automation, I want to transfer them to human attendants when they don't know how to communicate with the robot properly.
No description
arcanknow
arcanknowOP13mo ago
But I can't replicate Group #76 in every place where the customer didn't type the correct answer, it would become a mess!
Baptiste
Baptiste13mo ago
Then you can use the Typebot link block for that! https://docs.typebot.io/editor/blocks/logic/typebot-link
Baptiste
Baptiste13mo ago
It can be used like the Jump block but will continue the flow afterwards
arcanknow
arcanknowOP13mo ago
This was exactly what I was looking for, I thank you and apologize for the oversight, I didn't think this block would continue the flow, I should have read the doc more calmly. Thank you again!

Did you find this page helpful?