Asana node not loading dropdowns

Describe the problem/error/question

When using the Asana node, it loads the workspace names correctly, but it seems all other dropdowns get an “Error fetching options from Asana“ message. The credentials are correct - I’ve tried with both OAuth and a PAT with the same results. I’ve updated to the latest version of n8n, and deleted and re-added the Asana node, to make sure it’s up to date as well. I’m not sure if I’m doing something wrong here or if it’s a bug? Obviously I can just use the IDs to create the automations and this works, but I would like to set this up to make it easy for some less-technical users to be able to edit if necessary.

What is the error message (if any)?

On the node options: Error fetching options from Asana

In the network tab of browser dev tools, I see it’s making an OPTIONS request that gets the following response:
{“code”:0,“message”:“Bad request - please check your parameters”,“level”:“warning”,“tags”:{},“description”:“This request accesses data in multiple workspaces. Please specify a workspace or team.”,“timestamp”:1768477139714,“context”:{},“functionality”:“regular”,“name”:“NodeApiError”,“node”:{“parameters”:{“authentication”:“oAuth2”,“resource”:“task”,“operation”:“create”,“workspace”:“REDACTED_WORKSPACE_ID”,“name”:“”,“otherProperties”:{“projects”:}},“id”:“uuid-1234”,“name”:“Temp-Node”,“type”:“n8n-nodes-base.asana”,“typeVersion”:1,“position”:[0,0],“credentials”:{“asanaOAuth2Api”:{“id”:“REDACTED_CREDENTIAL_ID”,“name”:“Asana account”}}},“messages”:["400 - {“errors”:[{“message”:“This request accesses data in multiple workspaces. Please specify a workspace or team.”,“user_message”:“This request accesses data in multiple workspaces. Please specify a workspace or team.”,“help”:"For more information, refer to this forum post: https://forum.asana.com/t/change-get-projects-get-users-and-get-tags-will-require-a-workspace-or-team/1031581\\“}]}”],“httpCode”:“400”}

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

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

Hi @The_BK

Please can you share a screenshot of the error and which dropdowns you’re trying to load?