Hey,
I want to parse a data table with multiple rows/columns from an email html to google sheets.
Describe the problem/error/question
The current output will only enable me to map the data to one row of the google sheet, not multiple rows.
What is the error message (if any)?
No error message
Please share your workflow
Schedule Trigger
Get Many Messages - Gmail
Ai Agent with OpenAi Chat Model and Output parser (following an example JSON)
Share the output returned by the last node
This is the output from the AI bot.
[
{
“output”: [
{
“DROPPED_BY”: “email 1”,
“task 1”: 0,
“task 2”: 15,
“task 3”: 0,
“task 4”: 0,
},
{
“DROPPED_BY”: “email 2”,
“task 1”: 0,
“task 2”: 24,
“task 3”: 0,
“task 4”: 0,
}
}
]
Information on your n8n setup
- **n8n version:
- **Database (default: SQLite):
- **n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
- **Running n8n via microsoft edge browser
- **Operating system: macOS Sonoma