https://discord.gg/botpress logo
If / then steps
# 🤝help
m
We parse a document off to chat GPT whilch does a remarkable job of identifying content inside the document. As part of our flow we do not need to ask the user questions for answers that we already have. Is there an if / then step that can skip over a node if the variable exists?
w
Hi ! you can use an expression card
it can copy the expected behavior
at the very beginiing of your node for exemple, put an expression card with the condition your want
if this condition is met, you jump to another node, if not you stay on the current node
m
Brilliant, thank you!!