Displaying coding generated variables
# 🤝help
e
Hey guys I did a math operation in code and stored it in a variable however I want the bot to display the result in a message and I canno access that variable with the @. What am I doing wrong?
f
Hey To access variables outside of the specific execute code card you would have to create a variable in Botpress and use that.
Then you can use @ which would look something like @scope.variable where scope is either workflow, user or bot
e
Thanks a lot mate
f
You are very welcome