Hi @EAG to ensure your chatbot continues the conversation even when an IF condition is false, you need to structure your workflow to handle both true and false cases properly.
First try using an Else Branch
In n8n, use the IF node with Else Output to keep the conversation flowing regardless of the condition.
If this worked for you make sure to like my comment and mark it as the solution
Hey Baseman, thanks for the response. I know that an IF branch requires an output for a false case, but for now I’ve set it up to a Basic LLM Chain that outputs the AI Agent message. I feel like there’s got to be a simpler way to keep it responding until the condition is met.
Regarding your response… by Else output, did you mean the workflow to follow when the result is False? Or is it a literal output?