Hi there, so I have a webhook trigger setup in my bot. As soon as its triggered, I'm using some user variables in expression cards to navigate where the user is trying to go.
For some reason though, the user variables that I'm trying to use are empty after the webhook is triggered.
I've tested it where I log the user variables on timeout, and they are updated correctly. But when I trigger the webhook and then log the same user variables they are empty.
Also, when I start the bot again, the user variables are working fine. So it seems to be something to do with when I trigger the webhook, the user variables get lost/reset.
There is a workaround for this, where I can just send some extra data in the payload to the webhook, then re-update all of the user variables to that data.
But it would be great if theres a solution for this. Any help would be greatly appreciated!