nope, it isn't there
# 🌎general
s
nope, it isn't there
f
in here maybe?

https://cdn.discordapp.com/attachments/1142473867894476871/1142474248980529252/image.png

s
no, I eliminated the smalltalk and created a new KB with the info I needed
f
hmm, weird, the text with the 12345@gmail.com must be saved somewhere as a fallback
s
nope, it's just an example I used for testing

https://cdn.discordapp.com/attachments/1142473867894476871/1142475115452440616/image.png

f
oh, I see, so it is sending this message rather than the answer from the KB
So (just guessing here) the setting to manually is checked?

https://cdn.discordapp.com/attachments/1142473867894476871/1142475680530055178/image.png

s
yes
f
ok, then you'll need to capture the KB answer in a variable if you want to show it to the user.
Otherwise it will just continue to your message.
(with the email address)
s
i have the query kb and then the text which is supposed to send the {{turn.knowledgeagent.answer}}

https://cdn.discordapp.com/attachments/1142473867894476871/1142476321537151137/image.png

if the answer is not found, it sends the user to the fallback node
if it is found, it is supposed to send the user the answer from the kb
but instead of doing that, it also sends the user to the fallback node
even when the answer is found
f
Try sending a text card to the user with: @workflow.UserAnswer

https://cdn.discordapp.com/attachments/1142473867894476871/1142477261610688522/image.png

s
didn't work
maybe theres an error with the expression
f
this is silly but have you tried a Ctrl-Shift-Reload in the browser? if it's a gliltch it might help
e
hello
can you explain the issue again please?
okay got it
let me see the "No answer from knowledge" card
If you have Manual Answering enabled, the
turn.KnowledgeAgent.responded
variable will always be false even if there is an answer. The correct expression to check if there was no answer is
!turn.KnowledgeAgent.answer
lt me know if that helps
s

https://cdn.discordapp.com/attachments/1142473867894476871/1142484167024709662/image.png

this is the card
nah
it works now
bro appeared and now it magically works
e
just the right variables
We now have a panel in the Studio with the most common variables, check it out by clicking on Quick Reference -

https://cdn.discordapp.com/attachments/1142473867894476871/1142485366490792088/image.png

s
ok!
thank you very much
appreciate your help
e
Anytime, happy building!! 🤖