Hi,
I am creating a “content generation” flow:
- Search latest news → Propose 3 topics
- Human in the Loop (Gmail): choose a topic
- Generate article + image
- Human in the Loop (Gmail): content validation
- If human is positive → Storage on Sheet + Publication on Linkedin
5bis. If human is negative → Rework content
Describe the problem/error/question
Issue 1: In Step 5bis the article is not rewritten → it is the same which is proposed after the loop.
Issue 2: I wonder if my flow is not much too complicated (I am an old beginner on n8n)
Thanks in advance for your help!
Share the output returned by the last node
When the switch requires to rework the article: I obtain the same article than previously
Information on your n8n setup
- n8n version: Latest
- Database (default: SQLite): SQLlite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- Operating system: windows

