Add up numbers
# 🤝help
s
Hey guys I have a chatbot that orders for a restaurant order 1 2$ order 2 5$ what can i do for the chatbot to add both numbers and provide a total?
a
Hi @swift-baker-92155 , did you save both variables to your workflow? If so you can create an execute code card, and in the label say something like "add variable X to variable Y, and save it in variable Z"
s
Great thanks!