Passing Variables in a Jump
Is there any way to pass variables in a Jump? I know this question has been asked before, and I just wondered if anyone had come up with a way to do it.
6 Replies
To be clear, are you talking about the Jump block? https://docs.typebot.io/editor/blocks/logic/jump#jump
Typebot Docs
Jump - Typebot Docs
Or link to typebot?
Sorry...The Jump block. I started building a library of typebot utilities and then realized that there didn't seem to be a way to pass variables.
I'm not sure to understand then what you are trying to achieve? The jump block only jumps the user to another point in the flow so variables are still shared, it is the same bot. If you want to set a variable when the user jumps then maybe just add a Set variable block right before the Jump block?
I should have been more clear.
I'm using jump to leave one typebot and 'jump' into another. As I mentioned above, I have a library of utilities that I'm gradually developing that I find useful for a number of my typebots. I've been using jump like a function call where I can pass variables, but of course it isn't working because, I suspect, you didn't intend for it to be used in this way.
oops....I was using Jump when I should have been using Typebot. Silly me. Works perfectly!