Make errors / Config
After adding an Iterator, downstream modules only show 'Value' instead of field names
Cause
Modules added after an Iterator were never executed in sequence before configuring, so Make has not inferred their output schema for mapping.
Fix
Run the scenario after each module addition, not only at the end: run the source, then add and run the Iterator, then add and map downstream modules. If the chain is already built, click 'Run once' on each module top-to-bottom with real data so Make registers the output structure.
Part of the Automation Error Index — Make errors: browse all.
Hitting an automation error we have not covered?
AutomateLab builds and debugs n8n, Make, and agent workflows as fixed-scope projects. If something is broken in production, tell us what you are seeing.
Describe the problem