User input mid flow

Is there a way to first have a chat trigger, then a LLM response and then a new chat input from the user that leads to another LLM or function?
Basically I want to be able to have multiple paths I the user can go down, where they answer questions along the way. But I can’t find a way to let the user type anything except for in the start of the flow.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @dialoginteligens,

Welcome to the community :tada:

You may be able to do this with a switch node but typically one chat message is one execution of the workflow.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.