Hello, I'm trying to break down a complex typebot into several simpler ones. To achive it, I need to pass the context to the typebot (as a parameter). I tried the "Typebot" block, but it does not provide a place to enter parameters. Is the HTTP request block with startChat API call the only way to do it? Thank you!
Hello, I have this same problem. The documentation says that variables are automatically shared for the linked typebot. But it doesn't work. Did you manage to make this variable sharing work?
I found out how to do it. It is necessary to create the variable with the same name as the previous typebot variable in the {} option in the upper right corner. You need to create the variable in this option for sharing to work.