Describe the problem/error/question
How can I iterate over the output from “Generate article plan” It returns structured output which looks like this
[
{
"output": [
{
"name": "Title",
"description": "Steamy Car Windows: Hot vs Cold Air – What Works Best?"
},
{
"name": "Introduction",
"description": "Some text here."
},
]
}
]
And for each of this “section” from output
I would like to run “Generate section” agent, save to Aggregate
and then run go to the next item.
What is the error message (if any)?
I don’t know how to do it.
Please share your workflow
Information on your n8n setup
- n8n version: 1.72.1
- Database (default: SQLite): No database
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): npm
- Operating system: Windows 11