Short answer: You can search tasks in Asana by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Asana Search Tasks action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Workspace GID workspace | string | Required | Asana workspace GID — a numeric global ID. Find via List Workspaces. |
Search Text text | string | Optional | Search Text. Example: homepage redesign |
Completed completed | options | Optional | Completed. Options: Any, Incomplete only, Complete only |
Assignee GID assignee_any | string | Optional | Assignee GID. Example: 456 |
Project GID projects_any | string | Optional | Project GID. Example: 789 |
{"workspace": "e.g. 1234567890","text": "e.g. homepage redesign","completed": "{{trigger.completed}}","assignee_any": "e.g. 456","projects_any": "e.g. 789"}
{"data": [{"gid": "123","name": "Homepage redesign","completed": false}]}
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.