Question about node error

Describe the problem/error/question

Hi guys.

If i set a node Error to “Continue(using error output) shouldn’t it go on the Error path?

Mine always goes on the Success path even when there is an Error.

What is the error message (if any)?

Error of Nod: Bad request - please check your parameters

Please share your workflow

(Select the nodes on your canvas and use the k{
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        176,
        -400
      ],
      "id": "1e440ad9-b951-4d23-8890-827cf37681a9",
      "name": "When clicking ‘Execute workflow’"
    },
    {
      "parameters": {
        "documentId": {
          "__rl": true,
          "value": "1byK6siZTX7VE1kyfNElq4ox0kS7c6pjOXhLcKdH84PM",
          "mode": "list",
          "cachedResultName": "BB Whatsapp",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1byK6siZTX7VE1kyfNElq4ox0kS7c6pjOXhLcKdH84PM/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": 1891984644,
          "mode": "list",
          "cachedResultName": "Data",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1byK6siZTX7VE1kyfNElq4ox0kS7c6pjOXhLcKdH84PM/edit#gid=1891984644"
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        384,
        -400
      ],
      "id": "ba3368f6-6365-4b91-8fdb-8ee8404787db",
      "name": "Read Sheet Rows1",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "O3TquDaZvr5TRo0X",
          "name": "Google Sheets account"
        }
      }
    },
    {
      "parameters": {
        "operation": "send",
        "to": "={{ $json.Normalized }}",
        "body": "=Acesta este un mesaj de test."
      },
      "type": "n8n-nodes-whapi.whapi",
      "typeVersion": 1,
      "position": [
        608,
        -400
      ],
      "id": "ef5f8ba8-3a47-4d26-9a8f-fcc0e283eb2f",
      "name": "Send the message2",
      "notesInFlow": false,
      "alwaysOutputData": false,
      "credentials": {
        "whapiChannelApi": {
          "id": "dn9xHhsmGFXLldpA",
          "name": "Whapi account"
        }
      },
      "onError": "continueErrorOutput"
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1byK6siZTX7VE1kyfNElq4ox0kS7c6pjOXhLcKdH84PM",
          "mode": "list",
          "cachedResultName": "BB Whatsapp",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1byK6siZTX7VE1kyfNElq4ox0kS7c6pjOXhLcKdH84PM/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": 1891984644,
          "mode": "list",
          "cachedResultName": "Data",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1byK6siZTX7VE1kyfNElq4ox0kS7c6pjOXhLcKdH84PM/edit#gid=1891984644"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "ID": "={{ $json.messages[0].id }}",
            "Chat ID": "={{ $json.messages[0].chat_id }}",
            "Response": "={{ $json.messages[0].status }}",
            "row_number": "={{ $('Read Sheet Rows').item.json.row_number }}",
            "Timestamp": "={{ $json.messages[0].timestamp }}"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "Name",
              "displayName": "Name",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Phone",
              "displayName": "Phone",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Normalized",
              "displayName": "Normalized",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Message",
              "displayName": "Message",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Status",
              "displayName": "Status",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Response",
              "displayName": "Response",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Chat ID",
              "displayName": "Chat ID",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "ID",
              "displayName": "ID",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Timestamp",
              "displayName": "Timestamp",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Error",
              "displayName": "Error",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "number",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        848,
        -496
      ],
      "id": "c82aa0fa-a240-45d2-89d0-724fddc5386b",
      "name": "Update row1",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "O3TquDaZvr5TRo0X",
          "name": "Google Sheets account"
        }
      }
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1byK6siZTX7VE1kyfNElq4ox0kS7c6pjOXhLcKdH84PM",
          "mode": "list",
          "cachedResultName": "BB Whatsapp",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1byK6siZTX7VE1kyfNElq4ox0kS7c6pjOXhLcKdH84PM/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": 1891984644,
          "mode": "list",
          "cachedResultName": "Data",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1byK6siZTX7VE1kyfNElq4ox0kS7c6pjOXhLcKdH84PM/edit#gid=1891984644"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "ID": "={{ $json.messages[0].id }}",
            "Chat ID": "={{ $json.messages[0].chat_id }}",
            "Response": "={{ $json.messages[0].status }}",
            "row_number": "={{ $('Read Sheet Rows').item.json.row_number }}",
            "Timestamp": "={{ $json.messages[0].timestamp }}"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "Name",
              "displayName": "Name",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Phone",
              "displayName": "Phone",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Normalized",
              "displayName": "Normalized",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Message",
              "displayName": "Message",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Status",
              "displayName": "Status",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Response",
              "displayName": "Response",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Chat ID",
              "displayName": "Chat ID",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "ID",
              "displayName": "ID",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "Timestamp",
              "displayName": "Timestamp",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "Error",
              "displayName": "Error",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": false
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "number",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.7,
      "position": [
        848,
        -304
      ],
      "id": "f1f389ac-f322-4d4e-8dea-cae6a4175e4d",
      "name": "Update row2",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "O3TquDaZvr5TRo0X",
          "name": "Google Sheets account"
        }
      }
    }
  ],
  "connections": {
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Read Sheet Rows1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Sheet Rows1": {
      "main": [
        [
          {
            "node": "Send the message2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send the message2": {
      "main": [
        [
          {
            "node": "Update row1",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Update row2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "pinData": {},
  "meta": {
    "templateCredsSetupCompleted": true,
    "instanceId": "afd10b3ec7dd4ca94400e87325310752e1d8125faeadce516616c7d5d87c3bf8"
  }
}eyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: latest
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: ubuntu

Hi @Andrei_Sc

Yeah, that’s what should normally happen.

Since n8n-nodes-whapi is a community node, I suspect the developer didn’t account for that case. I’m not completely sure, but I think that might be the reason.