Loop to ask users if they have more questions
# 🤝help
m

https://cdn.discordapp.com/attachments/1135645229911904436/1135645230545248286/image.png

@bumpy-butcher-41910
e
Hey I'm gonna help you
m
oo hello
yes please
cuz im new to this
e
Isn't this working? What happens in the Testing chat?
m
sorry its in lithuanian

https://cdn.discordapp.com/attachments/1135645229911904436/1135646085713502328/image.png

it should say after the last response
any more questions?
e
Oh okay it should ask again
Alright let me see
m
okay
e
1. Change your "always" transition in the Standard3 node, to go to a new node called More_Questions. 2. In the More_Questions node, add a Confirmation card with the question 3. Connect the "Yes" option to the Standard3 node, and the "No" option to the end
4. Make sure that the aiQuestion capture doesn't have the "skip if variable is filled" option enabled, because it would use the previous value.
Let me know if that helps!
m
sorry im quite new to this , how do i make the first step?
like change the node
e
there is a round icon next to all transitions, you can click it and drag it around to connect nodes
m
and which one of always should i connect it two
this one?

https://cdn.discordapp.com/attachments/1135645229911904436/1135647777087557632/image.png

cuz there is two
e
If you drop the line in the editor an menu will show up, click Standard Node, to create another one
You will need another node for the More Questions thing
m
yeah i did it
e
I would recommend you watching this series before proceeding with your bot building, just so you don't get stuck on the basics: https://www.youtube.com/playlist?list=PLlJHGGklthGlUVZlNhG5I0ZK8u1h6UfZ9
Our channel has other great tutorials and series for begginers!
m
amazing
and one last question
how do i check the last step
skip if variable is filled"
this one
e
If you click on the capture card and scroll down you will see an "Advanced" option
It's there, make sure it's disabled
m
ohh yeah found it
strange
its doesint answer the question
but asks if i have any more questions

https://cdn.discordapp.com/attachments/1135645229911904436/1135648890775933069/image.png

maybe i did smth wrong

https://cdn.discordapp.com/attachments/1135645229911904436/1135648945473847439/image.png

its yellow i see
e
The yellow is just to let you know the bot reached that node
m
okay, it still doesint work for some reason
@early-train-33247 any tips?
e
Send a screenshot of the AI Task please
Alright no need
Please add a Text card above the always transition in the Standard3 node (rename it with Ask_AI)
In the text card add @nextAssistantMessage
now you are generating an answer, and then displaying it
m
YESS IT WORKS
thanks you so much
is there a way i can add latency to the " is there any more questions"
e
You can add a Execute Code card right before the Capture card
Open the code editor and add the label "wait 5 seconds", it will generate a code with a timeout
14 Views