Skipping a node
# 🤝help
m
Anyone knows why my conversation skips the "noanswer" node even if it finds no answer. I want it to send a message if it cant find a answer but insted it jumps direct to the next node (loop and forwards) https://cdn.discordapp.com/attachments/1228289830065143849/1228289830287310918/Skarmbild_2024-04-12_122247.png?ex=662b810c&is=66190c0c&hm=9f72a361500978f9dd8dc2764a8ef418ad2c3ac904912708e3c413495c41f20b&
f
What do you mean skip? Could you attach a screenshot of it happening?
m
yes of course! 🙂 @fresh-fireman-491
instead of jumping to the last node, it should send my "noAnsweFound" message
f
It goes to the answer found node
I think your expression cards might be mixed and go to each others nodes
m
yea that´s the problem. It always goes to the answer found. I´m going to check the expression! @fresh-fireman-491
might this be the problem? The condition in the AnswerFound card?
f
Use !turn.KnowledgeAgent.answer and turn.KnowledgeAgent.answer in the condition instead of in the label
m
Ah i understand, what should stand in the lable then? @fresh-fireman-491
f
You can disable it by clicking on the blue button between the 2 inputs
Then you can just name it something so you can remember each one
m
oh okay thanks!
now it worked, youre the best man
f
Amazing!