Describe the problem/error/question
I’m playing with an AI agent work flow that does Q&A with the user to collect home reno/repair tasks and supporting photos. When it’s done, it should write each identified task and corresponding photo(s) to a Google Sheet and to G Docs.
The AI agent appears to correctly record multiple tasks. But it only (appears to) write the last task item to G Sheets – not sure if previous task items are being overwritten, even though I am using the ‘Append Row’ operation in the Google Sheets node. And it creates the Google Doc but writes nothing to it at all.
What is the error message (if any)?
No error message. Just the output to G Sheet and G Docs is not what is expected.
Please share your workflow
Share the output returned by the last node
output of G Sheet Node (showing the 10th of 10 runs):
[
{
“response”: [
{
“DESCRIPTION_OF_WORK”: “Large mold issue in guest bedroom closet, approximately 2 feet across; no previous remediation steps taken; requires mold assessment and remediation.”,
“PHOTOS”: "=IMAGE("https://storage.googleapis.com/download/storage/v1/b/n8n_photos/o/%2F?generation=1746201857072247&alt=media\“)”
}
]
}
]
output of G Docs Node (unhelpful):
[
{
“response”: [
{
“kind”: “drive#file”,
“id”: “1qv1li-l0NDDdN6wjCuysH_9rNAs3AnEFtRNHTj4X2dc”,
“name”: “n8n Report Output”,
“mimeType”: “application/vnd.google-apps.document”
}
]
}
]
The output in G Sheet should contain a row for each run of the G sheets node. I.e., if the G Sheet node ran 10 times (10 task items), then there should be 10 rows in the Google Sheet. There is only one row in the Google Sheet, for the last run only. And the Google Doc is completely blank.
Information on your n8n setup
- n8n version:
1.90.2 - Database (default: SQLite): I think default?
- n8n EXECUTIONS_PROCESS setting (default: own, main): I think default?
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: Sequoia 15.3.2 (24D81)