Describe the problem/error/question
I trigger my workflow using a web hook that receives some data. That data isn’t used until later in the flow where I merge it with some data from a loop and pass it to an LLM. I am having issues with the merge since on the first run of the loop it passes both the web hook data as well as the loop data to the LLM however on subsequent runs, only the loop data is passed to the LLM.
What is the error message (if any)?
There are no error messages
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- **n8n version:**1.89.2
- **Database (default: SQLite):**SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- **Running n8n via (Docker, npm, n8n cloud, desktop app):**npm
- **Operating system:**MacOS Sequoia