| Asana Account | Yes | Select your personal or team Asana account. |
| Project Id | Yes | The ID of the project to create the task in. Type @ to select a variable. |
| Name | Yes | The name/title of the task. Type @ to select a variable. |
| Notes | No | Description or notes for the task. Default is null. |
| Assignee | No | Email or ID of the person to assign the task to. Default is null. |
| Due Date | No | Due date in ISO format (YYYY-MM-DD) or any parseable date format. Default is null. |
| Tags | No | Array of tag names or tag GIDs to assign to the task. Default is null. |
| Custom Fields | No | Custom fields as a dictionary. Format: {"field_gid": "value"} or {"field_name": "value"}. For enum fields, use the enum option GID or name. Default is null. |