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
wooden-beard-40210
07/02/2024, 6:33 PM
Hi ! you can use an expression card
wooden-beard-40210
07/02/2024, 6:34 PM
it can copy the expected behavior
wooden-beard-40210
07/02/2024, 6:35 PM
at the very beginiing of your node for exemple, put an expression card with the condition your want
wooden-beard-40210
07/02/2024, 6:35 PM
if this condition is met, you jump to another node, if not you stay on the current node