Hi guys I'm trying to use the bot to walk users through a troubleshooting process. It goes something like this
does your product have high or low concentration
high/low each leads to a branch with different directions
I can get to this but is there a way for the user to input the amount of product and PVA will give them an answer of what to do?
example:
low concentration>
PVA: what is your product amount in grams
500
PVA does a calculation (500 * 6%) and tells the user to add in that much (30) of a product (6% is a constant number for products with low concentration)
thanks