Hi. I am facing the following problem. This is the main part of my workflow for parsing web pages and finding relevant information using AI agent. I am facing a problem when I have to download excel files from a website, then I try to format it into text and pass it to the agent, but I get an error:
Using the item method doesn’t work with pinned data in this scenario. Please unpin ‘Code1’ and try again.
An expression here won’t work because it uses .item and n8n can’t figure out the matching item. You can either:
Add the missing information to the node ‘Code1’
Or use .first(), .last() or .all()[index] instead of .item
Having copied a piece that reads excel, processes it and passes it to the agent in a separate workflow I noticed that it worked there without problems. Explain to me what is my mistake in the main part.
Information on your n8n setup
- n8n version: 1.85.1
- Database (default: SQLite): PostgreSQL
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: