Cick Up node outputting item, but not reflecting on Click Up

Hey, today the Click Up node decided not to reflect any items to my Click Up account despite giving me no error messages and the node is giving me outputs.

In the simple workflow below, I’m just asking it to create a task based on data from Webhook node.

The Webhook node gets the data and the Click Up node even outputs a task ID that is no where to be found on Click Up.

{
  "meta": {
    "instanceId": "942fe32b2580ce924ff8dbee4a5d5e0eb15dc233ba9690c57eeb59245d948265"
  },
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "24cb8bd7-0e02-4db4-8d1f-cf9046770465",
        "options": {}
      },
      "id": "81ac49d4-babc-4590-9c1e-5c9b24548a1f",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        320,
        160
      ],
      "webhookId": "24cb8bd7-0e02-4db4-8d1f-cf9046770465"
    },
    {
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{$node[\"Webhook\"].json[\"query\"][\"Country\"]}}",
              "value2": "Egypt"
            },
            {
              "value1": "={{$node[\"Webhook\"].json[\"query\"][\"Country of Origin\"]}}",
              "value2": "CZ"
            }
          ]
        }
      },
      "id": "f4d9ccb7-ed2f-4754-8947-1b5df99b455e",
      "name": "IF",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        580,
        160
      ]
    },
    {
      "parameters": {
        "authentication": "oAuth2",
        "team": "7215592",
        "space": "19279516",
        "folder": "138213954",
        "list": "240085127",
        "name": "={{$node[\"Webhook\"].json[\"query\"][\"Product\"]}}, {{$node[\"Webhook\"].json[\"query\"][\"Place\"]}}",
        "additionalFields": {
          "customFieldsJson": "=[ {    \"id\": \"60dcee5b-32c9-427f-9381-1a16f296092a\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"User ID\"]}}\"\n}, {   \"id\": \"0dc817af-bc02-44fd-a828-4fdfea9addf5\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Product\"]}}\"\n}, {   \"id\": \"f894adf9-1dc8-47fe-977d-9cd9a947bb0a\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Place\"]}}\"\n}, { \"id\": \"fba21923-ffbf-4034-9980-11b5dc9817b0\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Supplier\"]}}\"\n\n}, { \"id\": \"a380da12-1fc1-48d2-a733-175b17ca1a4c\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Product ID\"]}}\"\n\n}, { \"id\": \"b17d3f76-ab25-427e-9b04-c57659aba5da\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Request Details\"]}}\"\n\n}, { \"id\": \"f4d697e4-318d-45fc-94a7-b46b2725a6d0\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Vertical\"]}}\"}\n, { \"id\": \"dedc8fbf-efc0-423c-981c-27646f0d38ef\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Country of Origin\"]}}\"\n}]",
          "priority": 3,
          "status": "new request"
        }
      },
      "id": "7b9b63af-8b6f-4c99-8ab7-44308044f55f",
      "name": "ClickUp_Czech Team",
      "type": "n8n-nodes-base.clickUp",
      "typeVersion": 1,
      "position": [
        880,
        40
      ],
      "credentials": {
        "clickUpOAuth2Api": {
          "id": "22",
          "name": "ClickUp account 2"
        }
      }
    },
    {
      "parameters": {
        "authentication": "oAuth2",
        "team": "7215592",
        "space": "19279516",
        "folder": "138213954",
        "list": "240086996",
        "name": "={{$node[\"Webhook\"].json[\"query\"][\"Product\"]}}, {{$node[\"Webhook\"].json[\"query\"][\"Place\"]}}",
        "additionalFields": {
          "customFieldsJson": "=[ {    \"id\": \"60dcee5b-32c9-427f-9381-1a16f296092a\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"User ID\"]}}\"\n}, {   \"id\": \"0dc817af-bc02-44fd-a828-4fdfea9addf5\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Product\"]}}\"\n}, {   \"id\": \"f894adf9-1dc8-47fe-977d-9cd9a947bb0a\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Place\"]}}\"\n}, { \"id\": \"fba21923-ffbf-4034-9980-11b5dc9817b0\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Supplier\"]}}\"\n\n\n}, { \"id\": \"a380da12-1fc1-48d2-a733-175b17ca1a4c\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Product ID\"]}}\"\n\n}, { \"id\": \"b17d3f76-ab25-427e-9b04-c57659aba5da\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Request Details\"]}}\"\n\n}, { \"id\": \"f4d697e4-318d-45fc-94a7-b46b2725a6d0\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Vertical\"]}}\"\n}, { \"id\": \"dedc8fbf-efc0-423c-981c-27646f0d38ef\",\"value\": \"{{$node[\"Webhook\"].json[\"query\"][\"Country of Origin\"]}}\"\n}]",
          "priority": 3,
          "status": "new request"
        }
      },
      "id": "1271a1d7-c38a-4899-92a4-7021e49e9638",
      "name": "ClickUp_English Team",
      "type": "n8n-nodes-base.clickUp",
      "typeVersion": 1,
      "position": [
        880,
        260
      ],
      "credentials": {
        "clickUpOAuth2Api": {
          "id": "22",
          "name": "ClickUp account 2"
        }
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "IF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF": {
      "main": [
        [
          {
            "node": "ClickUp_Czech Team",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "ClickUp_English Team",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}```

Hi @Khaledsamirr, welcome to the community!

It seems your example workflow depends on specific data being provided through a webhook. Perhaps you can narrow down the problem and provide a self-sufficient workflow with the smallest possible dataset required to reproduce your problem?

From testing your “ClickUp_English Team” node with some dummy data specific to my ClickUp account your settings seem to be working fine.

This is my list in ClickUp before running the workflow:

This is my test workflow:

And this is the list after running the workflow (I needed to reload the ClickUp page to view the change):

Lastly, seeing you are getting an ID for your newly created task but can’t see it I suspect the problem could be outside of n8n - perhaps it’s worth sending the ClickUp support team a short message as to why the task with the ID provided isn’t shown for you.

Hello @MutedJam thank you for your reply and yes, it seems like it was an issue with ClickUp and it was solved the next day. The problem is I depend on this workflow so this made me question reliability a little since there was no error on n8n to generate an error message even.

The problem is I depend on this workflow so this made me question reliability a little since there was no error on n8n to generate an error message even.

So based on your description it seems n8n got a response from the ClickUp API. So from n8n’s point of view there was no error that could have been displayed :frowning:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.