Hi.
I am getting this error:
ERROR: No item does not contain binary data!
on:
{
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
-100,
100
]
},
{
"parameters": {
"triggerTimes": {
"item": [
{
"hour": 2
}
]
}
},
"name": "Cron",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
70,
100
]
},
{
"parameters": {
"resource": "message",
"operation": "getAll",
"limit": 2,
"additionalFields": {
"format": "resolved",
"labelIds": [
"Label_1142371532314808565"
],
"q": "=Subject: We received your mobile check deposit"
}
},
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"typeVersion": 1,
"position": [
270,
100
],
"credentials": {
"gmailOAuth2": "[email protected]"
}
},
{
"parameters": {
"keepOnlySet": "={{$parameter[\"values\"][\"string\"][0][\"name\"]}}",
"values": {
"number": [],
"string": [
{
"name": "=propertyName",
"value": "="
}
]
},
"options": {}
},
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
680,
100
],
"typeVersion": 1
},
{
"parameters": {
"authentication": "oAuth2",
"operation": "append",
"sheetId": "1aSqKnmsQVLlC5CyWLxjsm3U0F7tLnRT92_nlYNzXy54",
"range": "A:D",
"options": {
"valueInputMode": "USER_ENTERED"
}
},
"name": "Google Sheets4",
"type": "n8n-nodes-base.googleSheets",
"position": [
930,
100
],
"typeVersion": 1,
"credentials": {
"googleSheetsOAuth2Api": "n2n.getstheworm.com [email protected]"
}
},
{
"parameters": {
"sourceData": "binary",
"dataPropertyName": "=data",
"extractionValues": {
"values": [
{
"key": "=item",
"cssSelector": "h2",
"returnValue": "html",
"returnArray": true
}
]
},
"options": {}
},
"name": "HTML Extract2",
"type": "n8n-nodes-base.htmlExtract",
"position": [
440,
90
],
"typeVersion": 1
}
],
"connections": {
"Cron": {
"main": [
[
{
"node": "Gmail",
"type": "main",
"index": 0
}
]
]
},
"Gmail": {
"main": [
[
{
"node": "HTML Extract2",
"type": "main",
"index": 0
}
]
]
},
"Set": {
"main": [
[
{
"node": "Google Sheets4",
"type": "main",
"index": 0
}
]
]
},
"HTML Extract2": {
"main": [
[
{
"node": "HTML Extract2",
"type": "main",
"index": 0
}
]
]
}
}
}
It is based on https://n8n.io/workflows/434.
I searched for this error message on: https://docs.n8n.io/nodes/n8n-nodes-base.errorTrigger/, but I don’t see any information on this or how to fix it.
What do you recommend?
Thanks,
Josh