Workflow loops to first node always
# 🤝help
p
Hi y'all : I am trying to do the ChatGPT fallback with 2 minor changes. I need to introduce the the bot, and I want to add a 'Make a Booking/ intent. AFter ChatGPT answers the first question, it loops back to the first node. I have tried putting the 'Hello' message inside various nodes, but I am trying to get so it only appears ONCE - even when I add a (true) expression and link it to a different node, it goes back to the first node? Hope this makes sense. Any help would be greatly appreciated.

https://cdn.discordapp.com/attachments/1137262485309751447/1137262485540454450/bp1.jpg

c
something I would try is to add another node in the beginning that only displays your welcoming message
incidentally that can always serve as a debug to see if the flow really fallbacks to the "Choice" card or if it just starts the bot from the beginning.
p
Thanks --- tried that already. I have since learned about triggers and might try that.
c
since it is a small node setup I would completely rebuild it in and take it step by step.
13 Views