variable
# 🤝help
f
my bot won't evaluate user variable as expected. I can see in the debugger that - user.userEmailed - has a value of 10 (set as type number) and I have an expression with - user.userEmailed > 0 - but the bot doesn't follow that flow. Side note -- I'm finding it virtually impossible to move values back to the main workflow (they are always reset to default). any thoughts?