Track Message Count
# 🤝help
r
Hello, I am trying to track the amount of messages a user has sent within a session. I set it up by increasing a number variable by 1 every time the check-knowledge card is ran, which is with every question. I used this code to update the variable 'workflow.messagecount += 1', this used to work. However, no longer works and just repeats 1 for each message and doesnt increase the number. What could the issue be? Do all variables get reset now? Thanks
2 Views