Short answer: Drop the "Asana → Create Subtask" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Parent Task GID parent_gid | string | Required | Parent Task GID. Example: 1234567890 |
Subtask Name name | string | Required | Subtask Name. Example: Write unit tests |
Assignee assignee | string | Optional | Asana user GID, the literal 'me', or an email belonging to a workspace member. |
Due Date due_on | string | Optional | Due Date. e.g. "YYYY-MM-DD" |
Description notes | string | Optional | Description |
{"parent_gid": "e.g. 1234567890","name": "e.g. Write unit tests","assignee": "user@company.com","due_on": "YYYY-MM-DD","notes": "{{trigger.notes}}"}
{"data": {"gid": "sub123","name": "Write unit tests","parent": {"gid": "1234567890"}}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.