I am experiencing issues with the n8n chat trigger and need assistance with dynamically assigning values

Describe the problem/error/question

I am facing issue to dynamically create workflows for different entries. E-g Whenever i create an entry in database (chatbot), i want to create a new workflow that has a chat trigger and i want to dynamically pass data from my 1st workflow to this new workflow created. But i am not able to do it. Is there anyway to pass data from one workflow to another workflow.

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:

Hi @Hammad_Barak

Thanks for posting here and welcome to the community! :partying_face:

Yes there is, and you could do that by using the AI Agent with the Custom Tool Node to trigger another workflow via the Execute Workflow trigger. You can specify the input fields to be passed to the workflow.

Here’s an example workflow to illustrate the concept:

Let us know if this helps! :raised_hands:

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