Short answer: You can move card in Trello by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Trello Move Card action to a workflow, map its 4 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 |
|---|---|---|---|
Card ID cardId | string | Required | Card ID. Example: 5abbe4b7ddc1b351ef961414 |
Destination List ID idList | string | Required | Trello list ID — 24-char hex. Find via List Lists on a board. |
Destination Board ID (optional, for cross-board moves) idBoard | string | Optional | Destination Board ID (optional, for cross-board moves). Example: 5abbe4b7... |
Position pos | options | Optional | Position. Options: Top, Bottom |
{"cardId": "e.g. 5abbe4b7ddc1b351ef961414","idList": "e.g. 5abbe4b7...","idBoard": "e.g. 5abbe4b7...","pos": "{{trigger.pos}}"}
{"id": "card123","name": "My Card","idList": "list456"}
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.