Alexis
TTypebot
•Created by Alexis on 3/31/2025 in #help-and-questions
Question about the merge feature
I have a question about the "merge result" checkbox.
I understand that the merge feature allow me to retrieve the result of another typebot into my main bot.
So if I have Bot A that call Bot B with the merge result checked, I should get everything logged in the result of Bot A.
In my case, I have this :
- Bot A can call Bot B
- Bot B can call Bot A to go back into a "main menu"
What happen I check the merge option on :
- bot A
- but also bot B, on the "return" ?
I don't know how all of this will react.
And I was wondering if it could cause some issue with the billing too, because from what I understand, the billing is linked to the result, it's like count() on result no ?
4 replies
TTypebot
•Created by Alexis on 3/27/2025 in #help-and-questions
Issue with high resolution image when enlarging

3 replies
TTypebot
•Created by Alexis on 3/26/2025 in #help-and-questions
Dynamically jump to previous step
I was wondering if it was possible to store the current step (the current place where a user is) in a variable.
And then using the Jump feature to dynamically jump to the location stored in a variable ?
So to have a more dynamic jump approach, where the destination can be stored in a variable ?
I ask this because I have quite a complex bot, with multiple categories of Q&A with content I wrote.
But the user can "jump to an AI" Loop whenever he wants, if the Q&A is not enough.
However, I would like to store in a variable where the user was "before". And when the user is done with the AI Loop, jump him back to where he was, using a "dynamic" approach.
I think it's a big no-no. I don't know the internals of TypeBot but I guess there's some sort of state machine and what I ask probably break all of this state machine logic.
4 replies
TTypebot
•Created by Alexis on 3/13/2025 in #help-and-questions
Using multiple bot to improve builder performance. Copy/paste JUMP issue.
I've just discovered Typebot, and I'm creating my first bot.
I've experienced a huge slow-down (on the builder) because my bot was becoming too big, and I suspect that my browser had issues with the number of elements created.
It got to the point where it slows down typing text. I've already tried to disabled extension like adblocker / password manager.
So I decided to explode my huge bot into smaller, more manageable bots. And I extensively use the "Link to another typebot" logic.
First question, is it a good idea ? Should I be concerned about something I did not see coming ?
I noticed that when copy/pasting blocks from bot A to B, it broke the "Jump". I need to re-create the reference.
I understand why this could happen, probably some "referencing" errors.
I also noticed that the "Link to another typebot" does not seem to have this issue when copy/pasting blocks from bot A to bot B.
So I was wondering if it was a good idea to always use "Link to another typebot" with a reference to self by default, instead of using "normal jump", so that I could "refactor" more easily in the future.
It will allow me to copy/paste to another bot without re-creating all the reference afterward.
7 replies