if you have the order nos. stored in an array, you...
# 🌎general
p
if you have the order nos. stored in an array, you can use arrayName.includes(ordertocancel). This will return a boolean value which you can use it to control the bot flow
4 Views