Describe the problem/error/question
I am not sure but why is my anthropic node running continuously?
Below you can see I am pulling 803 rows. I clean up the rows to lower the tokens and then I pass it to my Basic LLM Chain to do 1 call to anthropic to analyze my sheet. I add the previous input using the {{ $input.all() }}
using Define Below
option, then I add a system and user prompt. However, I see this run 10 times like here and before it ran like 45 times.
What is the error message (if any)?
My node is running continously
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.94.1
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: MacOS