can someone tell me why this code isn't working in...
# 🌎general
c
can someone tell me why this code isn't working in botpress: let car = workflow.car; let brand = car.includes('Lamborghini', 0); let color = workflow.color; let link = workflow.link; if (brand === true && color === 'green'){ car = car + link; }