The community member is setting variables at the beginning of a bot, including system.resultID and sessionID. They notice that these variables are being shifted or lost when transferring between typebots, unlike other variables which remain stable. The community member couldn't find any reference to this issue in the documentation and is seeking help.
In the comments, another community member asks how to reproduce the bug, but a third community member responds that they have found the error and it was on their side, not an issue with Typebot.
Hello everyone! We are setting variables in the beggining of the Bot. We created new variables to save the system.resultID and the sessionID values. In every typebot, we declare this variable, without assigning any new valeu, just to print them and test it.
To all othrer variables it is stable but for Result ID and Session ID variables, we see they being shifted or lost when we transfer between typebots. We didn't find any reference in the docs! Can you help us?