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.
This is part of using the code node in n8n because it sort of “interrupts” the programmatic data flow of a workflow. In order to keep the data flow linked and for future nodes reference-able you need to link the items via the pairedItem property.