Short answer: You can list flowlu tasks in FlowLu by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the FlowLu List FlowLu Tasks action to a workflow, map its 2 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 |
|---|---|---|---|
Page page | string | Optional | Page number for pagination |
Project ID project_id | string | Optional | Filter tasks by project ID |
{"page": "1","project_id": "e.g. 10"}
{"items": [{"id": 101,"name": "Design mockups","status": 1,"due_date": "2025-04-01","priority": 2,"project_id": 10,"assignee_id": 5,"description": "Create UI mockups for the landing page","created_date": "2025-03-01 09:00:00"}],"total": 25}
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.