I have a workflow that retrieves a text document with JSON formatted text. After retrieving, extracting and then data mapping, there’s a note over the output that:
To make sure expressions after this node work, return the input items that produced each output item.
How do I do that? I can’t seem to find clear examples how to remedy this. My actual workflow has additional code nodes but they all say the same thing.
When I use synthetic data from an Edit Fields node I don’t see those alerts downstream.
Information on your n8n setup
- n8n version: 1.73.1
- Database (default: SQLite): I believe so!
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): I believe npm? Railway.app
- Operating system: I’m Mac OS X but the app is running on Railway.app

