Hi!
I’m currently on the Getting Data From the Data Warehouse part of the level 1 course. On the http request node there is no option to Split into items, and when I run the node it says The node-type “httpRequest” is not known!
Help!
<{
"meta": {
"instanceId": "2fc53533640c52d99f1ec56e2cb1738380e2ec75f2cb244069589a358e3cc25c"
},
"nodes": [
{
"parameters": {
"url": "https://internal.users.n8n.cloud/webhook/custom-erp ",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "unique_id",
"value": "***************"
}
]
},
"options": {}
},
"id": "04ef749b-52d1-4a55-9353-c9e71d62c085",
"name": "HTTP Request",
"type": "httpRequest",
"typeVersion": 3,
"position": [
400,
240
],
"credentials": {
"httpHeaderAuth": {
"id": "1",
"name": "Header Auth account"
}
}
}
],
"connections": {}
}/>
This is on windows desktop, but I tried it on the cloud version and it didn’t have the split into items option either.
Thank you!