Problem configuring Asana Tool node for AI Agents

Hi guys,
I have a small problem configuring the Asana Tool node that is connected with an AI Agent. Some of the settings for the new task can be automatically defined by the AI model, which works perfect. The only thing that can’t automatically be defined seems to be the task name. For this I can only use fixed or expression.

The problem is that the agent doesn’t fill this field automatically which results in tasks with no name in Asana. It would be so great to get some community help tackling this.

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.)

Share the output returned by the last node

Information on your n8n setup

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

Welcome to the n8n community @Bushrang!

I can confirm that the Asana node doesn’t have the button to define the name of a task with the help of AI (although it should!).

What you can do is to press on the button “Expression” for the “Name” field and enter this text:

{{ $fromAI(‘Name’, `, ‘string’) }}

In the end that’s what the AI button also does for other fields. Give it a try, for me it worked!