Asana create a task node, cannot fetch projects

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
{
  "nodes": [
    {
      "parameters": {
        "authentication": "oAuth2",
        "workspace": "623821643292019",
        "name": "as",
        "otherProperties": {
          "projects": []
        }
      },
      "type": "n8n-nodes-base.asana",
      "typeVersion": 1,
      "position": [
        0,
        48
      ],
      "id": "44615ff2-bc0c-491a-adba-65b243cd2e31",
      "name": "Create a task",
      "credentials": {
        "asanaOAuth2Api": {
          "id": "hHqCIHRRR7hKerGc",
          "name": "Asana account 2"
        }
      }
    }
  ],
  "connections": {},
  "pinData": {},
  "meta": {
    "templateCredsSetupCompleted": true,
    "instanceId": "1b0e1f6e1621dc4a64986dd662beb7d456f63e871fb8d771944f95d72fe85caf"
  }
}

Share the output returned by the last node

Information on your n8n setup

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

Hey Noah, :waving_hand:

From your workflow, it looks like you’re trying to create a task in Asana using OAuth2 authentication, but you haven’t linked it to a specific project yet.

Make sure you’ve selected a project ID (or passed one dynamically through expressions) in the “Projects” field under the Create a task node. Without that, Asana usually throws an error or fails to create the task.

Also, double-check that your OAuth2 connection (“Asana account 2”) is still valid — try reconnecting if it’s expired.

If you’re still getting an error, could you share the exact error message shown in the Execution Log? That’ll help narrow it down.