I am using bot red via Smooch (platform integration messenger,viber etc..) and at the start of the conversation i initialize variables that during the conversation they might change. At the start, the user when sends to the bot i initialise some variables 0, and when the user talk again these variables instead of being lets say 1 they will be 0 because it starts all over again. I want with some way to have access to the changed variables.
For example, the first count node increments the count per 1 every time that users speaks, but when the bot answer to the user the flow will start again and the count will be again 0 but i need the count =1 to use it properly in my program because when the count reaches count=2 need to perform some functionality.
Thanks for your time