Make errors / Schema
Validation failed for 1 parameter(s). Missing value of required parameter 'name'
Cause
A required text field is mapped to a variable that evaluates to empty/null at runtime because the upstream source did not include that value in the current bundle.
Fix
Add a filter before the module using 'Text > Is not empty' on the mapped variable so the step is skipped when absent. Or set a fallback with the ifempty() function. Run the preceding module in isolation and confirm the field is actually returned.
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