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.
Thanks for posting here and welcome to the community!
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.